Mail Archives: djgpp-workers/2001/09/10/10:25:27
On Mon, 2001-09-10 at 11:12, H.Merijn Brand wrote:
> On Mon 10 Sep 2001 10:09, Laszlo Molnar <laszlo DOT molnar AT eth DOT ericsson DOT se> wrote:
> > > > Browsing through Makefile.SH, I noticed that at the end it removes
> > > > $firstmakefile, being "makefile" (no caps). Since Win2k is still case
> > > > insensitive it removes the created Makefile :(
> > > It's been a while since I configured Perl, but isn't $firstmakefile
> > > supposed to be GNUmakefile when using GNU make?
> >
> > That's right. GNUmakefile is the makefile that is used.
>
> but that is set from the hints file, and since I'm running from Win2k with
> alpha djgpp it did not recognize the combination and thus did not use those
> hints :(
Hmmm - neither win2k nor the fact that you use a CVS libc should affect
that (I think) - it should still find dos-djgpp as system. What does
'uname -a' print?
> Just for the record, I'm trying to build with *long* names on Win2k with alpha
> djgpp-2.04
LFN issues should be irrelevant to case sensitivity issues. Since
cygwin is also a case-insensitive environment, I expect any such
problems have long been ironed out.
> I got rid of some core dumps and other inconveniences. One major show stopper
> is that Configure can't read from input (every letter typed is immediately
> returned as answer), so I have to put all my answers in the Policy.sh
That's most likely a bash issue (possibly related to stdin seeks or
termcap).
- Raw text -