Hello,
yes, solaris-g++ works fine. But solaris-cc is autodetected by configure.
Snippid of configure:
=20
=A0 =A0 =A0 f_platform=3Dsco-g++
=A0 =A0 =A0 ;;
=A0 =A0 SunOS:4*)
=A0 =A0 =A0 f_platform=3Dsunos-g++
=A0 =A0 =A0 ;;
=A0 =A0 SunOS:5*)
=A0 =A0 =A0 f_platform=3Dsolaris-cc
=A0 =A0 =A0 ;;
=A0 =A0 ULTRIX:*)
=A0 =A0 =A0 f_platform=3Dultrix-g++
=A0 =A0 =A0 ;;
=A0 =A0 UNIX_SV:4.2*)
=A0 =A0 =A0 f_platform=3Dunixware-g++
=A0 =A0 =A0 ;;
My target is a Solaris 9 (SunOS 5.9) on a Netra t 1405 (4x UltraSparc II)=20
hardware.
"uname -a" returns "SunOS developix 5.9 Generic_112233-11 sun4u sparc=20
SUNW,Ultra-80 Solaris" and so "SunOS:5*" will match in configure script.
Regards, Maik
On Saturday 11 December 2004 10:41, Dimitri van Heesch wrote:
> On Thu, Dec 09, 2004 at 09:44:16PM +0100, Maik Hinrichs wrote:
> > Hello,
> >
> > I had to make a small change in file tmake.conf of target solaris-cc to
> > translate the libraries.
> >
> > I changed value of TMAKE_AR from "CC -xar -o" to "ar cqs".
> >
> > System: SunOS 5.9 (sparc)
> > Compiler: CC (gcc 3.3.2)
>
> If you use gcc, you should use solaris-g++ as a target, this should have
> the correct TMAKE_AR setting.
>
> Regards,
> Dimitri
|