Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!helios!auvnele From: auvnele@auvc7.tamu.edu (Eric L. Nelson) Newsgroups: comp.unix.aix Subject: cc -o -c Message-ID: Date: 30 May 91 22:15:00 GMT Sender: usenet@helios.TAMU.EDU Distribution: comp Organization: Computer Science, Texas A&M University Lines: 7 I'm working on a large software program where sources are in one directory and objects go into another. I cannot get: cc -c -o../dir/foo.o foo.c to put foo.o in ../dir. It insists on putting it in the same dir as foo.c.