Hi,

Using current scratchbox and an arm environment, I install ncurses in /lib in the target tree. If I then type (still in the arm environment):

gcc  -print-file-name=libncurses.so
or even
gcc  -print-file-name=libncurses.so.5.6
or
gcc  -L/lib -print-file-name=libncurses.so

gcc does not print out the path, and so presumambly does on see the library. In any case this causes some build scripts to fail, as it appears that the locally added libraries are not available.

Does anyone have any idea how to fix this?

Thanks in advance for any help.
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to