Re: [Doxygen-users] Problems compiling Doxygen on Solaris
Brought to you by:
dimitri
|
From: Sanjay B. <sb...@ya...> - 2001-06-27 19:33:50
|
Thanks Jac. I just provided make command line args ('CC=gcc CXX=g++ AR="ar
-r"') and that worked too.
sb
--- Jac Goudsmit <ja...@ma...> wrote:
> >I am trying to build doxygen 1.2.8.1 on solaris 5.8, and am getting
> errors.
> >We're using GCC/G++ 2.95.3, and have flex, bison and gmake installed
> on the
> >machine.
>
> > Autodetected platform solaris-cc...
>
> >CC = cc
> >CXX = CC
>
> There you have it: the configuration script detects that you are using
> the cc compiler instead of the gcc compiler.
>
> You should run the configure script with a --platform option (not sure
> which one) to tell it that you have gcc installed, instead of Solaris'
> compiler.
>
> ===Jac
>
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> http://lists.sourceforge.net/lists/listinfo/doxygen-users
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
|