delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/28/02:41:10

Date: Thu, 28 Jan 1999 09:39:20 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: KECSKEMÉTI BALÁZS <balazs AT tiszanet DOT hu>
cc: djgpp AT delorie DOT com
Subject: Re: Problem with header files
In-Reply-To: <78nqug$mok$1@bolka.matav.net>
Message-ID: <Pine.SUN.3.91.990128093843.2355G-100000@is>
MIME-Version: 1.0
X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id CAA31439
Reply-To: djgpp AT delorie DOT com

On Wed, 27 Jan 1999, KECSKEMÉTI BALÁZS wrote:

> So i typed this: GCC TESTPROG.CC PROG.CC EXTMOD.O

If you actually typed the above in UPPER CASE, then don't: GCC is
case-sensitive to file names.  The right way to do it is this:

	gcc testprog.cc prog.cc extmod.o

and I would also add "-o testprog.exe", because the default output
file is a.exe, which is hardly what you want.

See section 8.4 of the DJGPP FAQ list (v2/faq211b.zip from the same
place you get DJGPP) for details about the letter-case of file names.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019