Mail Archives: djgpp-workers/1999/08/19/10:14:04
On 19 Aug 99, at 14:18, Robert Hoehne wrote:
> > Hi!
> >
> > The binaries of GCC-2.95.1 for DJGPP are at
> > http://www.lanet.lv/~pavenis/djgpp.html
>
> I found, that you use now collect2. Is that really needed?
> gcc 2.81 worked (and works) without collect2 for me perfectly
> with exceptions and templates.
It's rather easy to change to use LD directly:
changing specs
*linker
collect2
to
*linker
ld
Exceptions doesn't need collect2
About templates: I'm not using them much and the problems was
mostly in applications that uses them seriously. So perhaps somebody
could test it. At least it's default to use collect2 (unless I change this
behaviour)
> BTW: This is not so important for me, since I will probaly not
> use gcc 2.951 because it contains still some bugs I already
> found which I cant live with.
What kind of bugs?
Only wish: I would like to be able normally build RHIDE with
gcc-2.95.X without too many patches
Andris
- Raw text -