Path: chuka.playstation.co.uk!news From: "pal" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Problem with GCC Date: 16 May 2001 22:00:33 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 17 Message-ID: <01c0de53$5ab5f560$a41be4d5@pal-s-omnibook> References: <01c0dd8f$fb6f2180$6a2e1bd4@pal-s-omnibook> <9dujq8$7s61@www.netyaroze-europe.com> NNTP-Posting-Host: nas-cbv-4-27-164.dial.proxad.net X-Newsreader: Microsoft Internet News 4.70.1155 Thanks Peter, this is a very nice trick which should definitely solve my problem, since it's always possible to put/copy all object files into the same directory. I found another workaround, in case anyone's interested, but it's not as convenient: I grouped my object files into archives (using ar -r ...), and then linked the archives instead of the object files. pal Peter Armstrong wrote in article <9dujq8$7s61@www.netyaroze-europe.com>... > I also came across the same problem. > To shorten the gcc command line you can use wildcards in your makefiles.