Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Error compiling tests/net/fdpass



Hi,

I can't compile NetBSD-amd64 (on Darwin). I think, in test/net/fdpass/Makefile 
this is wrong:

.if ${MACHINE} == "sparc64" || ${MACHINE} == "amd64"
COPTS.fdpass32.c        += -m32
LDFLAGS.fdpass32        += -m32
.endif

With -m32 the linker tries to link against libgcc_s in 32-bit mode, but the 
library itself is 64-bit.

Any suggestions for a fix? :)

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index