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