autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_OBJEXT revisited


From: Ralf Corsepius
Subject: Re: AC_OBJEXT revisited
Date: Tue, 19 Dec 2000 12:18:51 +0100

Akim Demaille wrote:
> 
> Hi Lars!
> 
> 
> | 2) A "conftest.exe" file is left in $builddir from a previous
> |    configure run, causing $ac_objext to be detected as .exe.
> 
> Arg again, thanks for pointing this out.
> 
> |    `ls' doesn't list the files in the same order as they are
> |    written on the command line, causing the priority list to go
> |    bonkers, making the .exe file appear before the .obj file.
> 
> What kind of ls is that???
> 
# ls
.  ..  conftest  conftest.exe  conftest.obj

# ls conftest.exe conftest conftest*
conftest  conftest  conftest.exe  conftest.exe  conftest.obj

# ls --version
ls (GNU fileutils) 4.0

# uname -s -m -r
Linux 2.2.18-SMP i686

Ralf

-- 
Ralf Corsepius 
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung
(FAW)
Helmholtzstr. 16, 89081 Ulm, Germany     Tel: +49/731/501-8690
mailto:address@hidden           FAX: +49/731/501-999  
http://www.faw.uni-ulm.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]