Adam Thomason <[EMAIL PROTECTED]> wrote: > It's not the library that's the trouble, it's the contained objects.
The build rule shouldn't contain nci_test$(O) but just path/libnci$(SO) : nci_test.c $(LD) $(LD_SHARED) $(LIBNCI_DEF_FILE) ... No need to have a CC_SHARED with -fPIC (not yet). > Adam leo