Mail Archives: djgpp-workers/1999/08/01/16:14:07
> Apropos Binutils, there's a problem with the stub that the build
> procedure uses: that stub is part of the distribution, so it's always
> out of date. It would be better if the stub could be generated at
> build time from whatever DJGPP version that is installed.
This would also not solve the problem in general, since this implies,
that you need to rebuild the binutils every time you change the stub.
I think the safest is to use the feature of all binutils (since it is in
BFD) to add a line in DJGPP.ENV like
GO32STUB=%DJDIR%/bin/stubify.exe
and any program using the BFD will use the stub from stubify.exe
when it needs to create a new stub for an output file.
Robert
******************************************************
* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -