At 04:34 AM 12/23/99 -0800, Edison wrote:
>Does anyone was successful to compile SWISH-E on a UNIX 5.43?
>Undefined first referenced
> symbol in file
>strncasecmp http.o
Go to /usr/include or wherever your system *.h files are located
and grep for "strncasecmp"... then #include that file in the source.
It may seem that you have things missing, but often they're just
defined in a different place.
>I am using cc available on UNIX 5.43, not gcc. Is it recommended to use gcc?
Free software is most often compiled with free compilers... that's where
the most problems will have been found and fixed! (short form: "yes")
Received on Thu Dec 23 08:59:29 1999