This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
cygwin 1.3.3 and gcc 3.0.1 problems #2
- To: <gcc-help at gcc dot gnu dot org>
- Subject: cygwin 1.3.3 and gcc 3.0.1 problems #2
- From: "Dylan Cuthbert" <dylan at q-games dot com>
- Date: Fri, 12 Oct 2001 11:40:48 +0900
A couple of small problems with gcc 3.0.1 and cygwin 1.3.3:
Compiling a program with the -mno-cygwin directive produces the error:
cc1plus.exe: Output filename specified twice
The version of GCC that is supplied default with cygwin doesn't produce this
error. Not an immediate problem but a problem for people who wish to
distribute programs compiled within the cygwin environment without using the
cygwin libs .
Also, how do I specify /usr/include as the default include directory when
configuring GCC? The default GCC that comes with cygwin is set automatically
to /usr/include. I don't particularly mind specifying it manually on the
command line but I'd prefer both GCCs to be consistent.
Regards
Dylan Cuthbert