This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ clashes with libC system library on Irix 6.5
- To: J dot A dot K dot Mouw at its dot tudelft dot nl
- Subject: Re: libstdc++ clashes with libC system library on Irix 6.5
- From: Wolfram Gloger <Wolfram dot Gloger at dent dot med dot uni-muenchen dot de>
- Date: Fri, 18 Feb 2000 16:37:40 +0100 ("MET)
- CC: gcc at gcc dot gnu dot org
- References: <200002181443.PAA19130@duteinh.et.tudelft.nl>
Hello,
> We are lucky that SGI open sourced the OpenGL reference implementation a
> couple of weeks ago, so I was able to compile libGLU with gcc-2.95.2 on an
> Octane running IRIX 6.5.3. It took me an afternoon to hack the Makefiles
> and reconstruct the missing header files, but it works. I still have to
> find out what the SGI freeware license requires me to do with the patches,
> but if you need libGLU with gcc-2.95.2, just drop me a line.
I did exactly the same 10 days ago, and the resulting libGLU.so seems
to work just fine with gcc-2.95.2 (only limited testing so far,
though). I actually didn't have to reconstruct header files
(everything but libGLU didn't build, however), only a more or less
trivial patch, which I've already send to the OpenGL-Sample-mailing
list (archive is available via http://oss.sgi.com).
Also, I asked on that list whether it is OK to distribute the
resulting libGLU.so, and this was deemed OK under the provision that
it is clearly marked not to come from SGI.
Regards,
Wolfram.