Hello Doug, ���ڶ�, 20 ���� 1999, you wrote: DC> I get the following error when I try and compile analog 3.11 on a Sun Sparc running SunOS 5.6 DC> ----------------- DC> . DC> . DC> . DC> gcc -O2 -DUNIX -c utils.c DC> gcc -O2 -DUNIX -c win32.c DC> gcc -O2 alias.o analog.o cache.o dates.o hash.o init.o init2.o input.o macinput.o macstu DC> ff.o output.o output2.o process.o settings.o sort.o tree.o utils.o win32.o -o analog DC> Undefined first referenced DC> symbol in file DC> gethostbyaddr alias.o DC> inet_addr alias.o DC> ld: fatal: Symbol referencing errors. No output written to analog DC> make: *** [analog] Error 1 DC> # DC> ----------------- DC> The same version (in fact the same tar file) compiles quite happily on my Linux 2.0.36 PC. DC> I see from the maillist archive that someone else had a similar problem a couple of weeks back and there was a suggestion that it may be a header file problem requiring a patch but no real DC> pointers as to what to do. DC> Any suggestions? DC> TIA DC> Doug DC> -------------------------------------------------------------------- DC> This is the analog-help mailing list. To unsubscribe from this DC> mailing list, send mail to [EMAIL PROTECTED] DC> with "unsubscribe analog-help" in the main BODY OF THE MESSAGE. DC> -------------------------------------------------------------------- You need following libs or header file: ws2_32.lib/wsock32.lib and winsock2.h Those are used on Windows system and probably not on SunOS. Try check the libs line in your makefile to see what libs are included. Best regards, Peter mailto:[EMAIL PROTECTED] -------------------------------------------------------------------- This is the analog-help mailing list. To unsubscribe from this mailing list, send mail to [EMAIL PROTECTED] with "unsubscribe analog-help" in the main BODY OF THE MESSAGE. --------------------------------------------------------------------
