In one of the directories specified by the -L arguments, ld is trying to
find a library named libe.so - at least that what -le instructs it to do.

So you are either missing libe.so[.x], or -le is not right, or you are
missing a -L/dir/containing/libestuff

hth
charles

On Wed, 11 Oct 2000, Nick Hudson wrote:
> cc -o efm_prefs main.o menus.o shortcuts.o support.o general.o
> bufglobs.o mime_edit.o bg.o ../../core/src/globals.o
> ../../core/src/jobs.o ../../core/src/e_prefs.o
> ../../core/src/e_background.o `gtk-config --libs` -ldb -lgdk_imlib
> -lImlib2 -lfam -le  -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib
> -L/usr/dt/lib
> /usr/bin/ld: cannot find -le



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to