autoconf
[Top][All Lists]
Advanced

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

a problem about the path ld found


From: huangwei
Subject: a problem about the path ld found
Date: Sat, 15 Mar 2003 09:05:36 +0800

in the configure ,it is :
....
CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_NANOX"
SYSTEM_LIBS="$SYSTEM_LIBS -lnano-X"
VIDEO_SUBDIRS="$VIDEO_SUBDIRS nanox"
VIDEO_DRIVERS="$VIDEO_DRIVERS nanox/libvideo_nanox.la"
....

the $SYSTEM_LIBS is /usr/lib default?
now I install microwin in my own directory,so I change it as follows:
....
SYSTEM_LIBS=$SYSTEM_LIBS -L/home/myname/usr/lib -lnano-X"
....
but ld still can not find the library nano-x.

but why???


regards,
Andy







reply via email to

[Prev in Thread] Current Thread [Next in Thread]