autoconf
[Top][All Lists]
Advanced

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

Re: AC_CYGWIN etc. (Was: AC_OBJEXT again)


From: Mo DeJong
Subject: Re: AC_CYGWIN etc. (Was: AC_OBJEXT again)
Date: Thu, 14 Dec 2000 01:20:13 -0800 (PST)

On 14 Dec 2000, Akim Demaille wrote:

> | % ./i386-mingw32msvc-gcc -o run tmp.c
> 
> What happens if you don't -o?  And are there any problems with run
> instead of run.exe?  Why is it wrong?

Drum roll please ...

% rm *.exe
% ./i386-mingw32msvc-gcc tmp.c
mo(~/project/install/Xmingwin/bin)% ls *.exe
a.exe

% rm *.exe
% i586-cygwin32-gcc tmp.c
% ls *.exe
a.exe

Mo DeJong
Red Hat Inc



reply via email to

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