Gabriele De Chiara wrote: > > > On Feb 11, 2009, at 8:41 PM, Martin Costabel wrote: [] >> Also, I understand you installed an xquartz update now. In this case, >> you don't want to run the script. >> >> -- >> Martin >> >> > > > Hi, > > first, I would like to thank you and Alex for your support; > second I would like to be sure that what I am doing (posting, trying, > posting again...) it's the correct thing to do and that it's not annoying! > > Ok, now I tell you: I did install xquartz and I did run the updated > script by Martin. I tried installing gftp and gnuplot but I got a
As I wrote above, if you install the xquartz update, you don't want to run the fix-x11 script. The script creates files that are missing from some versions of xcode, but already supplied by xquartz. Running it shouldn't, however, have negative effects, apart from bugs. You can run sudo sh fix-x11.sh undo to return to the previous versions of these files, if they existed already. > similar problem. Maybe after fixing file by file it will eventually work! > > Here is the final part of the output: > libtool: link: cannot find the library `/usr/X11/lib/libGLU.la' or > unhandled argument `/usr/X11/lib/libGLU.la' This is probably a problem that you will always have if you compile things with one version of X11 installed and then install another version. You then need to rebuild all the packages that you built with the version that you removed. In this case, you need to rebuild the packagess that you built while that file /usr/X11/lib/libGLU.la existed. Since this was only a short period, there shouldn't be many of these packages. Which packages are affected can be found from the file list you get from find /sw/lib -name \*.la |xargs grep libGLU.la -- Martin ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
