Sorry I probably should have sent this to fink-users not fink-devel:


Hi there, I'm trying to port linphone to OS X and I was having the following trouble:
./configure --without-gnome
...
checking for gnome_window_icon_set_default_from_file in -lgnomeui... no
ld: can't locate file for: -lgnomeui

the relevant section of the config.log file was

gcc -o conftest -lstdc++ -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/sw/lib/gnome-libs/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -L/sw/lib conftest.c -lgnomeui -L/sw/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -lglib

I noticed that /sw/lib/libgnomeui* looked like this:

[simons-tibook:/sw/lib] root# ll libgnomeui*
-rwxr-xr-x 1 root admin 3279376 Nov 19 19:04 libgnomeui.32.14.1.dylib*
lrwxr-xr-x 1 root admin 24 Dec 20 00:54 libgnomeui.32.dylib@ -> libgnomeui.32.14.1.dylib

so I added a symlink:
lrwxr-xr-x 1 root admin 19 Dec 20 00:54 libgnomeui.dylib@ -> libgnomeui.32.dylib

and it worked... I had to symlink libgnome, libgnomesupport and some others as well. From what I read these symlinks without the version #s are supposed to be installed by default, is this a problem with the gnome packages or am I supposed to feed some option (I tried -dynamic) to it to somehow find the libraries with the ver#s? I noticed that libraries with .a or .so files didn't have this problem, just the libs with only a .dylib had it.

Simon
---
www.simonwoodside.com



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now! Before the Holidays pass you by.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to