On 04.07.2011 16:17, Eike Rathke wrote:
Hi L'oiseau,
On Friday, 2011-07-01 08:07:38 +0800, L'oiseau de mer wrote:
export CC=/opt/solstudio12.2/bin/cc
export CXX=/opt/solstudio12.2/bin/CC
Try without setting CC and CXX, configure should find them as
/opt/solstudio12.2/bin is in your $PATH, or if that doesn't help try
setting CC=cc and CXX=CC without paths. Some configure checks may rely
on the executable name only, without path.
actually i think i've built successfully with such variables.
(but surprisingly found it necessary to put the sunstudio bin dir on the
PATH as well...)
[ build LNK ] Library/libdesktop_detectorsi.so
usage: CC [ options ] files. Use 'CC -flags' for details
/usr/gnu/bin/cp: cannot stat
`/UNIX-LAB/OOO340-c904c1944462/solver/340/unxsoli4.pro/workdir/LinkTarget/Library/libdesktop_detectorsi.so':
No such file or directory
===============================================
Maybe is SunCC's option is different with gcc, i want to find this
Makefile and modify CFLAGS,
the error message doesn't tell much.
(cd vcl && gmake -r)
should give the full command that failed.
regards,
michael