Appears you are correct. The problem is that the library it's looking for doesn't exist!
Welcome to Darwin!
[Stephen-Fishers-Computer:~] stephenf% ls -l /usr/X11R6/lib/libX11*
-rw-r--r-- 1 root wheel 1009576 Sep 24 02:24 /usr/X11R6/lib/libX11.6.2.dylib
lrwxr-xr-x 1 root wheel 16 Oct 25 21:05 /usr/X11R6/lib/libX11.6.dylib -> libX11.6.2.dylib
-rw-r--r-- 1 root wheel 1592700 Sep 14 20:34 /usr/X11R6/lib/libX11.a
[Stephen-Fishers-Computer:~] stephenf%
Looks similar to your output below except the following line is missing after the last line in my output:
lrwxr-xr-x 1 root wheel 16 28 Oct 14:43 /usr/X11R6/lib/libX11.dylib -> libX11.6.2.dylib
What next?
Steve
On Jan 22, 2004, at 11:52 PM, Martin Costabel wrote:
I am bouncing this back to the list, because it looks pretty weird to me, and if we get to the bottom of this, it will be of general interest, I suspect.
Stephen Fisher wrote:
Attached is complete log from attempted bundle-gnome install. Hopefully you can find something in it that helps.[][Stephen-Fishers-Computer:~] stephenf% fink install bundle-gnome[]gcc -O3 -funroll-loops -fstrict-aliasing -o gnome-panel GNOME_Panel-stubs.o GNOME_Panel-skels.o GNOME_Panel-common.o egg-screen-exec.o egg-screen-help.o egg-screen-url.o eggaccelerators.o panel-typebuiltins.o panel-marshal.o main.o panel-widget.o button-widget.o xstuff.o panel-session.o panel-compatibility.o disclosure-widget.o panel.o applet.o drawer.o panel-config-global.o panel-util.o panel-gconf.o panel-properties-dialog.o distribution.o panel-run-dialog.o menu.o menu-util.o menu-ditem.o menu-fentry.o launcher.o panel-applet-frame.o panel-shell.o quick-desktop-reader.o panel-background.o panel-background-monitor.o panel-stock-icons.o panel-action-button.o panel-menu-bar.o panel-menu-button.o panel-recent.o panel-gdk-pixbuf-extensions.o panel-action-protocol.o panel-toplevel.o panel-struts.o panel-frame.o panel-xutils.o panel-multiscreen.o panel-a11y.o panel-bindings.o panel-profile.o panel-force-quit.o egg-recent-model.o egg-recent-item.o egg-recent-view.o egg-recent-view-gtk.o egg-recent-util.o -L/sw/lib -L/usr/X11R6/lib /sw/lib/libgnome-desktop-2.dylib /sw/lib/libgnomeui-2.dylib /sw/lib/libjpeg.dylib /sw/lib/libstartup-notification-1.dylib /sw/lib/libbonoboui-2.dylib -lSM -lICE -lX11 /sw/lib/libgnomecanvas-2.dylib /sw/lib/libgnome-2.dylib /sw/lib/libesd.dylib /sw/lib/libaudiofile.dylib /sw/lib/libart_lgpl_2.dylib /sw/lib/libpangoft2-1.0.dylib /sw/lib/libbonobo-2.dylib /sw/lib/libgnomevfs-2.dylib /sw/lib/libbonobo-activation.dylib /sw/lib/libORBitCosNaming-2.dylib /sw/lib/libglade-2.0.dylib /sw/lib/libgtk-x11-2.0.dylib /sw/lib/libxml2.dylib -lpthread -lz /sw/lib/libgdk-x11-2.0.dylib /sw/lib/libatk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib /sw/lib/libpangoxft-1.0.dylib /sw/lib/libpangox-1.0.dylib /sw/lib/libpango-1.0.dylib /sw/lib/libgconf-2.dylib /sw/lib/libORBit-2.dylib /sw/lib/libgobject-2.0.dylib /sw/lib/libgthread-2.0.dylib -lresolv -lm /sw/lib/libgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libpopt.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylibld: warning prebinding disabled because dependent library: /sw/lib/libgnome-desktop-2.2.dylib is not prebound[]
ld: /usr/X11R6/lib/libX11.a(XKBBind.o) illegal reference to symbol: _XkbSelectEventDetails defined in indirectly referenced dynamic library /usr/X11R6/lib/libX11.6.dylibFailed: compiling gnome-panel-2.4.2-6 failed
This "illegal reference to symbol... defined in indirectly referenced dynamic library" is the error message. It is very strange, because a static library (libX11.a) should not, IMHO, contain references to a dynamic library (libX11.6.dylib) at all. Also, I don't see where on the command line the static library should be called. I only see the standard
-L/usr/X11R6/lib -lX11
which normally would pull in the dynamic library /usr/X11R6/lib/libX11.dylib, unless the latter does not exist or there is some other weird thing going on.
What version of X11 (Apple or Fink?) do you have installed?
What does "ls -l /usr/X11R6/lib/libX11*" give? It should show something like
costabel% ls -l /usr/X11R6/lib/libX11*
-rw-r--r-- 1 root wheel 1009576 24 Sep 09:24 /usr/X11R6/lib/libX11.6.2.dylib
lrwxr-xr-x 1 root wheel 16 28 Oct 14:43 /usr/X11R6/lib/libX11.6.dylib -> libX11.6.2.dylib
-rw-r--r-- 1 root wheel 1592700 15 Sep 03:34 /usr/X11R6/lib/libX11.a
lrwxr-xr-x 1 root wheel 16 28 Oct 14:43 /usr/X11R6/lib/libX11.dylib -> libX11.6.2.dylib
-- Martin
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners