Hello Peter, Jeff,

Thanks for your additional information; and thanks, Peter, for trying to
work against this, umm, a bit ugly situation.

* Peter O'Gorman wrote on Sat, Nov 10, 2007 at 04:01:09PM CET:
> Peter O'Gorman wrote:
> > 
> > When you do cc -o foo foo.c,
> 
> Of course, I meant:
> cc -o foo -g foo.c

What about separated compilation and linking?  Do the directories get
created upon
  cc -g -c foo.c
or
  cc -g -o foo foo.o

and if they are created upon the former, are they needed for the latter?
In which directory do they live with, and what names do they have with,
say, these four examples:
  
  cc -g -o objsub/bar.o src/sub/foo.c
  cc -g -o bin/foo sub/baz.o
  ar cru sub/libfoo.a sub2/bar.o sub3/baz.o
  cc [shlib_options] -o sub/foo.dylib bar/obj.o

Asking because there may be more changes needed for Automake and
Libtool.

Cheers,
Ralf


Reply via email to