|
Subject: Re: epiphany Newsgroups: gmane.os.apple.fink.beginners Date: 2004-08-29 14:36:00 GMT (4 years, 44 weeks, 2 days, 7 hours and 32 minutes ago) Mick Brown wrote: [] > ld: Undefined symbols: > _nautilus_view_open_location_force_new_window > make[4]: *** [epiphany-bin] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 > Failed: compiling epiphany-1.0.7-4 failed This has come up a couple of times recently on the fink-users group. The most plausible explanation (but unconfirmed so far) is that it is related to a recently discovered bug with the C++ compiler of the Xcode-1.5 developer tools. You could try the following to find out if this is true (supposing that you do have Xcode-1.5 installed. If not, forget it and wait for another explanation): 1. Go to the directory /usr/libexec/gcc/darwin/ppc/3.3 and rename the file cc1plus to something like cc1plus_15: cd /usr/libexec/gcc/darwin/ppc/3.3 sudo mv cc1plus cc1plus_15 2. Download the file http://perso.wanadoo.fr/costabel/cc1plus_12 into this directory. 3. Make a symlink sudo ln -s cc1plus_12 cc1plus You can go back to the original compiler by changing this symlink to point to cc1plus_15. 4. Rebuild the nautilus-shlibs package 5. Build epiphany 6. Tell us if it worked. -- Martin ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click |
|
|