Re: [Doxygen-develop] Build libraries on Solaris (sparc)
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2004-12-11 09:41:36
|
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 |