вівторок 12 липень 2005 19:50, Joe Marcus Clarke Ви написали:
> I have a feeling this has to do with your CFLAGS and CPUTYPE.  Please
> try with the defaults, and it should work.

There is nothing in them, the could cause an unidentified symbol... But I 
tried anyway:

/bin/sh /opt/bin/libtool15 --mode=link cc  -DNDEBUG -D_REENTRANT=1 -O -pipe  
-Wall   -rpath=/usr/lib:/opt/lib -o slpd  slpd_predicate.o slpd_v1process.o 
slpd_spi.o  slpd_log.o slpd_socket.o  slpd_database.o slpd_main.o  
slpd_process.o slpd_cmdline.o  slpd_property.o slpd_regfile.o  slpd_knownda.o 
slpd_incoming.o  
slpd_outgoing.o ../common/libcommonslpd.la ../libslpattr/libslpattr.la 
-lcrypto
mkdir .libs
cc -DNDEBUG -D_REENTRANT=1 -O -pipe -Wall -rpath=/usr/lib:/opt/lib -o slpd 
slpd_predicate.o slpd_v1process.o slpd_spi.o slpd_log.o slpd_socket.o 
slpd_database.o slpd_main.o slpd_process.o slpd_cmdline.o slpd_property.o 
slpd_regfile.o slpd_knownda.o slpd_incoming.o 
slpd_outgoing.o  ../common/.libs/libcommonslpd.a 
../libslpattr/.libs/libslpattr.a 
-lcrypto
slpd_property.o(.text+0x36d): In function `SLPDPropertyInit':
: undefined reference to `SLPNetGetThisHostname'
slpd_property.o(.text+0x3f2): In function `SLPDPropertyInit':
: undefined reference to `SLPNetGetThisHostname'
slpd_knownda.o(.text+0x8da): In function `SLPDKnownDAAdd':
: undefined reference to `SLPNetResolveHostToAddr'
../common/.libs/libcommonslpd.a(slp_iface.o)(.text+0x1c): In function 
`SLPIfaceGetInfo':
: undefined reference to `SLPNetGetThisHostname'
*** Error code 1

Since the slp_net.o is now in libslp.{a,so}, the corresponding 
libcommonlibslp.la needs to be on the link line. I can not see, how it could 
possibly work for you... A different libtool, maybe?

Can anyone from KDE-project try to build the latest net/openslp, please?

        -mi
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to