Mail Archives: djgpp/1997/06/12/19:18:37
Peter Milliken wrote:
>
> source for libc I get an assembly error in the longjump.s file. I have
[snip]
> Any ideas? BTW, I am running Win95 and a network that has HummingBirds
Disable the usage of long filenames add a line
SET LFN=n
to your autoexec.bat.
This error you will get on W95 when LFN is enabled because the sources
for libc are not LFN clean. Theat means in the zipfile it is stored
as longjump.s but the makefile tries to compile longjump.S (note the
uppercase S).
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -