Darwin / Mac OS X: Status, Help needed

2001-01-26 Thread Christoph Pfisterer
th someone with more 1.4 experience to integrate Darwin support into the other branches. Awaiting comments, chrisp libtool-1.3.5-darwin.patch -- chrisp a.k.a. Christoph Pfisterer "A computer scientist is [EMAIL PROTECTED] - http://chrisp.de someone who fixes things PGP key & geek code availablethat aren't broken."

Re: linking modules into programs problem

2001-03-19 Thread Christoph Pfisterer
inked into executables, we would >link many of our (KDE-) modules two time (as modules and as lib), thereby >doubling the binary size, for no good reason (and all the Makefile.am >would need fixing, doh ;) ) Hmmm, and I had hoped porting KDE to Darwin would be easy... -chrisp -- chri

Re: Darwin and archive_cmds quoting

2001-04-13 Thread Christoph Pfisterer
e quoting of the backticks. The patch I originally submitted used $( ... ) instead of ` ... ` to avoid problems... -chrisp -- chrisp a.k.a. Christoph Pfisterer "Any sufficiently advanced [EMAIL PROTECTED] - http://chrisp.de bug is indistinguishable PGP key & geek code avai

Re: Darwin & Dynamic modules

2001-09-16 Thread Christoph Pfisterer
whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive" For some reason, this is not used in this situation. My conclusion is that convenience library linking is broken as it is and needs to be fixed. That the patch that fixes it on Darwin breaks other pl