Ticket #8 (new defect)

Opened 1 year ago

Compilation and linking problems under Solaris 10

Reported by: connect@ostkamp.fastmail.fm Assigned to: gotoh
Priority: major Component: HTTP proxy
Version: Keywords:
Cc:

Description

The tool connect.c cannot be built under Solaris 10 (Sparc).

Reasons:

1.) The define INADDR_NONE does not exist under Solaris. Linux has this define, but it is appears to be defined identically to INADDR_BROADCAST (0xffffffff). So probably choosing INADDR_BROADCAST would be a better idea as it works in both cases.

2.) For linking with GCC under Solaris the command line must include the resolv library: gcc -o connect connect.c -lresolv

Attachments


Add/Change #8 (Compilation and linking problems under Solaris 10)




Change Properties
Action


 
login