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."
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
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
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