bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS X Leopard and conftest.dSYM directories


From: Ralf Wildenhues
Subject: Re: Mac OS X Leopard and conftest.dSYM directories
Date: Sat, 10 Nov 2007 20:10:55 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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

[Prev in Thread] Current Thread [Next in Thread]