[Plib-users] Re: [Plib-devel] How to change to gcc/g++ instead of cc/CC of SGI compiler?
Brought to you by:
sjbaker
From: Bram S. <br...@ch...> - 2000-05-06 10:48:48
|
Wein Gui wrote: > > Hello, > > When using SGI c/c++ compiler 7.3 to compile plib and FlightGear's > code, I met many errors, and couldn't continue compiling it. > Therefore, I must change to GNU platform. But, I don't know how to > change autoconf(configure.in, etc.) to my case, i.e. to use gcc/g++ > instead of former cc/CC of original SGI compiler. By the way, > I already installed a gcc-2.95.2 Compiler Suite. Use: export CC=cc export CXX=CC export CFLAGS=-mips2 export CXXFLAGS=-mips3 ./configure ...if you want sgi's compiler. For GNU, you could do: export CC=gcc export CXX=g++ export CFLAGS=-Wall export CXXFLAGS=-Wall ./configure e.g. Bram > > Thank you so much. > > -Wein > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > _______________________________________________ > plib-devel mailing list > pli...@li... > http://lists.sourceforge.net/mailman/listinfo/plib-devel -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Bram Stolk "Linux - Why use windows, if there is a door?" work: br...@sa... priv: br...@ch... |