Problème compiling

I' m compiling amaya 2-2 under solaris. I get the following message compiling
w3c-libwww-5.2.8

Undefined                       first referenced
 symbol                             in file
SOCKSfclose                         ../src/.libs/libwwwapp.so
ld: fatal: Symbol referencing errors. No output written to .libs/head
collect2: ld returned 1 exit status
make[3]: *** [head] Error 1
make[3]: Leaving directory `/home/gnu/worksrc/AMAYA/w3c-libwww-5.2.8/Library/Examples'

in the lib socket I only found :
/home/gnu/worksrc/AMAYA/w3c-libwww-5.2.8 nm /app/gnu/amaya/lib/libsocks5.a | grep close
[11]    |         0|       0|NOTY |GLOB |0    |UNDEF  |catclose
[9]     |         0|       0|NOTY |GLOB |0    |UNDEF  |closelog
[40]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[39]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[16]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[38]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[43]    |      4180|     248|FUNC |GLOB |0    |2      |SOCKSclose
[29]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[24]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
[17]    |         0|       0|NOTY |GLOB |0    |UNDEF  |close
/home/gnu/worksrc/AMAYA/w3c-libwww-5.2.8

and in the source:

taverne:/home/gnu/worksrc/AMAYA/w3c-libwww-5.2.8 find . -follow -name '*.[ch]' | xargs grep 'SOCKS.*close'
./Library/src/wwwsys.h:#define close            SOCKSclose
./Library/src/wwwsys.h:#define fclose           SOCKSfclose
There are a lot of fclose.

What did I miss ?

Thank you for any help

JRC

--
Nur der kleine Geist hält Ordnung, das Genie beherrscht das Chaos.
Seuls les petits esprits aiment l'ordre, le génie maitrîse le chaos.
(anonyme)

Received on Thursday, 28 October 1999 10:44:51 UTC