Mail Archives: djgpp-workers/1999/11/14/02:06:42
On Fri, 12 Nov 1999, Laurynas Biveinis wrote:
> I built GCC 2.95.2 with symlink support and resulting binary supports
> symlinks too. However, I think that building process itself could benefit
> from symlinks, because in readme.DJGPP it is said:
> -------
> in such parts Win95 DPMI server can take. Second reason was to
> simulate bootstraping gcc which was impossible in other way due to
> absence of fully functional symbolic links.
> -------
> So, where should I start looking ?
I'm not sure you should bother.
If I understand correctly from the fragment you cited, it pertains to
the special kind of GCC build called ``bootstrap''. This is done on a
system where no previous version of GCC exists, and so the first
compile is done using the system C compiler.
This situation cannot exist in the DJGPP world. So we don't need to
support bootstraping.
- Raw text -