> ...
> gcc -O3 -fexceptions -fexceptions -o lamgrow.exe lamgrow.o
> ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a
>
../../share/liblam/.libs/liblam.a(ssi_boot_slurm.o)(.text+0x3c8):ssi_boot_slurm.
> c: undefined reference to `_inet_ntop'
I learned from the Cygwin mailing list that this function is not implemented
because Cygwin doesn't support IPv6 yet. The function is only used in
lam-7.1.1/share/ssi/boot/slurm/src/ssi_boot_slurm.c. Does anybody know what
to do? I couldn't find a #ifdef in that file which I could use to undefine
this function nor does "configure" offer a --without-ipv6 (at least I haven't
found it).
Kind regards
Siegmar
|