CVS GTK on Digital Unix



Well, I'm here at work compiling lots of fun stuff to try out GNOME
here.  We don't have gcc, so I've had to do a little fuctzing, like
running automake with a --include-deps flag.  But a more significant
problem is in configure.

Glib makes and installs properly.  GTK's configure doesn't find it.
This command

configure:2264: cc -o conftest -fast -O4 -DGTK_NO_CHECK_CASTS -std1
-DUSE_XIM -I/local/lib/glib/include -I/local/include   conftest.c
-L/local/lib  -lgmodule  -lglib  1>&5

fails and a message from the loader appears in my xterm:

16965:./conftest: /sbin/loader: Fatal Error: cannot map
libgmodule-1.1.so
31777:./conftest: /sbin/loader: Fatal Error: cannot map libglib-1.1.so

Unsurprising that it can't map them, because they aren't there.  

LD_LIBRARY_PATH is properly set.  If I go to /local/lib and create
symlinks pointing at *-1.1.so.4.0.0 from *-1.1.so, configure works
great.

Any clues on this?  libglib.so and company all point at
libglib-1.1.so.4.0.0 and company,s o It should work... I don't know
why the loader is trying to make libglib-1.1.so...

-- 
Alan Shutko <ats@acm.org> - By consent of the corrupted
Don't be overly suspicious where it's not warranted.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]