Date: Sun, 30 Jun 1996 10:04:04 +0200 (IST) From: Eli Zaretskii To: Bill Currie Cc: djgpp AT delorie DOT com Subject: Re: gcc specs file In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 28 Jun 1996, Bill Currie wrote: > Is there any documentation on the specs file gcc uses (couldn't find > any in info) You can only find it in the GCC sources, they didn't document it otherwise. > I wish to teach gcc about ar files (as in makes use of archive(member) ) so I can > use a command like: > > gcc -c -o libfoo.a(foo.o) foo.c I think you can. DJGPP does a similar thing when it tells gcc to run stubify if the argument of -o has an .exe extension.