Re: Link failure on amd64

2004-10-12 Thread Leopold Toetsch
Adam Thomason <[EMAIL PROTECTED]> wrote: > libnci.so fails to build on amd64/Linux because nci_test.o isn't > compiled with -fPIC, which is a requirement of assembling a shared > library on that platform. It's linked with -fPIC [1], but that might be wrong of course. If we've to compile with -fPIC

Link failure on amd64

2004-10-09 Thread Adam Thomason
libnci.so fails to build on amd64/Linux because nci_test.o isn't compiled with -fPIC, which is a requirement of assembling a shared library on that platform. This came up once before and was fixed, but seemingly it was undone on account of win32 and I hadn't noticed until now. Some history follow