link problems on solaris 10 platform

Gerard Henry Gerard.Henry at cmi.univ-mrs.fr
Thu Nov 13 18:36:19 CET 2008


hello,
i'm trying to compile scilab 5.0.3 on a solaris 10 machine, with the 
help of this document:
http://wiki.scilab.org/Compiling_Scilab_5.x_under_Solaris_x86

but i'm using Sun compilers instead of gcc (with the benefit of sunperf).
I'm stuck with this 'ld' problem, where it cannot link with the ncurses 
lib, because configure has generated a line that doesn't contains the 
information i gave:
- the lib is in /opt/csw/lib but the line executed is:
ld ... -R/opt/csw/lib -lncurses -L/opt/csw/lib ...
(you can see more here: 
http://www.latp.univ-mrs.fr/informatique/doku.php?id=scilab#ncurses)

if i change manually change the line:
ld ... -R/opt/csw/lib -L/opt/csw/lib -lncurses ...
it works
but when i restart the make process, the first thing is to delete my lib :(

Could you help me?

thanks in advance,

gerard

-- 
Gerard HENRY
LATP UMR6632
39, rue F. Joliot Curie
13453 MARSEILLE Cedex 13
Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52



More information about the users mailing list