[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_OBJEXT again
From: |
Lars J. Aas |
Subject: |
Re: AC_OBJEXT again |
Date: |
Wed, 13 Dec 2000 14:51:13 +0100 |
User-agent: |
Mutt/1.2.5i |
On Tue, Dec 12, 2000 at 09:22:08PM +0100, address@hidden wrote:
: +# Ignore .d files produced by CFLAGS=-MD.
: +#
: +# On UWIN (which uses a cc wrapper for MSVC), the compiler also generates
: +# a .pdb file
: +#
: +# When the w32 free Borland C++ command line compiler links a program
: +# (conftest.exe), it also produces a file named `conftest.tds' in
: +# addition to `conftest.obj'
Regardnig the .tds file created with the Borland compiler wrapper, it is
actually a problem that lies elsewhere.
The problem is that the compile test is invoked like this:
$CC -o conftest -c conftest.c
The compiler wrappers we've written does pretty basic translation between
standard options and native compiler options. The -o option on the above
line triggers the linking of an executable, which causes all sorts of
other files to be created, including the .exe file which becomes the
current OBJEXT on our projects when we compile on Cygwin :-(. When we've
tweaked the wrappers to parse "-c" as "compile only", this problem will
hopefully be fixed.
Lars J
--
Innovation is one percent inspiration and ninetynine percent perspiration,
and in my case; twice that... -- Norville Barnes, `The Hudsucker Proxy'
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), (continued)
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Akim Demaille, 2000/12/15
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Alexandre Oliva, 2000/12/15
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Akim Demaille, 2000/12/15
- EXEEXT: `cc -o' (Was: AC_CYGWIN etc.), Akim Demaille, 2000/12/15
- Re: EXEEXT: `cc -o' (Was: AC_CYGWIN etc.), Mo DeJong, 2000/12/15
- Re: EXEEXT: `cc -o' (Was: AC_CYGWIN etc.), Akim Demaille, 2000/12/15
- Re: EXEEXT: `cc -o' (Was: AC_CYGWIN etc.), Alexandre Oliva, 2000/12/16
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Alexandre Oliva, 2000/12/14
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Lars J. Aas, 2000/12/14
- Re: AC_CYGWIN etc. (Was: AC_OBJEXT again), Alexandre Oliva, 2000/12/15
- Re: AC_OBJEXT again,
Lars J. Aas <=
- Re: AC_OBJEXT again, Alexandre Oliva, 2000/12/12
- OBJ and EXE and cross-compilation (Was: AC_OBJEXT again), Akim Demaille, 2000/12/12
- Re: OBJ and EXE and cross-compilation (Was: AC_OBJEXT again), Ralf Corsepius, 2000/12/12
- Re: OBJ and EXE and cross-compilation (Was: AC_OBJEXT again), Mo DeJong, 2000/12/12
- Re: OBJ and EXE and cross-compilation (Was: AC_OBJEXT again), Akim Demaille, 2000/12/13
Re: AC_OBJEXT again, Earnie Boyd, 2000/12/13
RE: AC_OBJEXT again, Bernard Dautrevaux, 2000/12/13