• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: autoconf changes in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf changes in Leopard


  • Subject: Re: autoconf changes in Leopard
  • From: Peter O'Gorman <email@hidden>
  • Date: Tue, 27 Nov 2007 20:46:58 -0600

Rick Mann wrote:
> When I build gcc now under leopard, I see a lot of this kind of stuff
> during config:
>
> checking for CHAR_BIT... rm: conftest.dSYM: is a directory
> yes
>
>
> conftest.dSYM is a directory. I don't recall seeing that before.
>
> Has something changed?
>

gcc calls dsymutil when it creates output without an intermediate object
file, when debugging is enabled.

e.g. gcc -g -o foo foo.c
will create foo and a "bundle" foo.dSYM.

This causes issues for autoconf when it does rm conftest* :)

Anyway, Ralf fixed it (rm -rf conftest*)! in git autoconf and GNU
libtool, so when autoconf-2.62  has been out for a while you'll see
fewer of these warnings.

Note that with autoconf-2.5.x generated configure scripts these are
probably just warnings, with autoconf-2.13 generated configure scripts
you'll probably get errors.

If you want them to go away - ./configure CFLAGS="-Os" (no debugging
symbols).

Peter
--
Peter O'Gorman
http://pogma.com
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >autoconf changes in Leopard (From: Rick Mann <email@hidden>)

  • Prev by Date: Hello, List!
  • Next by Date: Syntax highlighting for scripting languages
  • Previous by thread: autoconf changes in Leopard
  • Next by thread: Syntax highlighting for scripting languages
  • Index(es):
    • Date
    • Thread