autoconf-patches
[Top][All Lists]
Advanced

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

Re: FYI: Adjust circular dependencies


From: Akim Demaille
Subject: Re: FYI: Adjust circular dependencies
Date: 17 Oct 2000 09:25:26 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| > But that a service the compiler has to give us: we can't do that.
| 
| And that's why we test a property of the compiler.  If it's a cross
| compiler, it's supposed to follow conventions of the host for which it
| compiles.

Hm, I don't understand what you mean, maybe it's a problem of
vocabulary.

First, a question: a cygwin-gcc (cross-compiler) will:

        cygwin-gcc -c foo.c             => foo.o or foo.obj
        cygwin-gcc -c foo.c -o foo.o    => foo.o I guess

        cygwin-gcc foo.c -o foo         => foo or foo.exe



reply via email to

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