Just a side note, perhaps obsolete, powerpc-apple-darwin8.11.0 just needs the following in libcc.fs:

change line 561 from:
          s" includedir" getenv append ] sliteral
to:
          s" includedir" getenv append s"  -I " append
          s" /opt/local/include" append ] sliteral

and change line 567 from:
libtool-cc append libtool-flags append s" -module -rpath " s+ ] sliteral
to:
libtool-cc append libtool-flags append s" -module -L/opt/local/ lib -rpath " s+ ] sliteral

I wish there were a way to fix it, but I'm probably the only one who cares. ;)

Otherwise, congrats on making it to 7!

DaR


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to