soupbone missing

Alan Batie alan at batie.org
Thu Apr 21 21:46:55 PDT 2005


I'm trying to build soup (well, actually, I'm trying to build gnucash, 
but it's trying to make some soup in the process...), and I'm getting this:

cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o 
.libs/soup-httpd soup-httpd.o -L/usr/local/lib -lpopt 
../../src/libsoup/.libs/libsoup.so -lglib12 -lxml -lz -L/usr/local/lib 
-Wl,--rpath -Wl,/usr/local/lib
soup-httpd.o: In function `soup_httpd_load_module':
soup-httpd.o(.text+0x3f): undefined reference to `g_module_open'
soup-httpd.o(.text+0x50): undefined reference to `g_module_error'
soup-httpd.o(.text+0x7a): undefined reference to `g_module_symbol'
soup-httpd.o: In function `main':
soup-httpd.o(.text+0xe0): undefined reference to `g_module_supported'
*** Error code 1


Under the assumption that "g_" might be related to the -lglib12, I tried 
installing glib20 to see if an updated glib would make it happier, but 
it still wanted glib12 and still failed, so I'm guessing g_ is "global" 
instead.  I figure at this point, it's best to send mail to someone 
familiar with the beast and get some pointers before diving into the code...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3196 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20050421/8cf76ee7/smime.bin


More information about the freebsd-gnome mailing list