Damian Dimmich wrote:
> Hi Guys,
>
> Just tried rebuilding gnucash2 on 10.6 and get the following:
>
> grep: /usr/X11/lib/libXrender.la: No such file or directory
> /sw/bin/sed: can't read /usr/X11/lib/libXrender.la: No such file or
> directory
> libtool: link: `/usr/X11/lib/libXrender.la' is not a valid libtool archive
>
> X is installed from the 10.6 dvd - libXrender.dylib is there.  Am I
> missing something?
>
> Thanks!
> Damian
>
>   
Yes.  You're missing libXrender.la and a bunch of other .la files :-)
You didn't specify, but I'm assuming you upgraded from 10.5, and
probably had Xquartz X11 installed.  Apple got rid of the .la files for
X11, and for some of the other built-in libraries, too.

A workaround is to use (assuming your Fink tree is in the default path;
modify as appropriate)

sudo -s
find /sw/lib -name *.la | xargs rm

That will clear out all of your old .la files, and any new ones you
generate from fink builds won't refer to the now-nonexistent ones.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to