problem installing xemacs
I have had to rebuild my macports system because I got a new hard drive. I am using Mac OS 10.4.11 and XCode Tools 2.5. When I try to install xemacs, configure fails: checking if PIC flag -fPIC really works... yes checking if C compiler can produce shared libraries... yes checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld checking if the linker is GNU ld... no checking for dlerror... yes checking for _dlerror... no *** PANIC *** configure forgot how to build working executables! *** This is most commonly due to an unforeseen environment, causing *** configure to incorrectly compute the sequence of libraries to link. *** Please examine the tail of config.log for runtime errors. *** Pay special attention to the -l flags, and perhaps -I and -L. *** Often adding or removing explicit options in the configure *** invocation can work around this kind of problem. If so, please *** report it as a bug to xemacs-beta@xemacs.org. *** *** Other possible causes are inability to write to the file system *** (bogus permissions or disk full) or a misconfiguration of the dynamic *** linker. On Linux, check /etc/ld.conf and rerun ldconfig if *** necessary. On other systems, try telling configure where to find *** the shared libraries using the --site-runtime-libraries option. *** *** Another way to shoot yourself in the foot is to specify *** --with-FEATURE when FEATURE is not actually installed on your *** system. Don't do that. Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_xemacs/work/xemacs- 21.4.21" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --without-postgresql --without-ldap --with-sound=none --pdump --site-prefixes=/opt/local --with-tty --with-dialogs=athena --with-widgets=athena --with-athena=3d --with-database=gdbm --with-mule " returned error 1
Ok, sorry. I solved my problem drawing on Ryan's answer to a comparable problem: http://lists.macosforge.org/pipermail/macports-users/2007-November/006987 I had installed xorg-libX11, then uninstalled it and replaced it with Apples X11user.app and X11SDK.app, but in the meantime xaw3d was built on the former. So I had to rebuild xaw3d based on the Apple version rather than xorg. Thanks. On Dec 16, 2007 3:24 AM, Daniel Wolk <dannowolk@gmail.com> wrote:
I have had to rebuild my macports system because I got a new hard drive. I am using Mac OS 10.4.11 and XCode Tools 2.5. When I try to install xemacs, configure fails:
checking if PIC flag -fPIC really works... yes checking if C compiler can produce shared libraries... yes checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld checking if the linker is GNU ld... no checking for dlerror... yes checking for _dlerror... no
*** PANIC *** configure forgot how to build working executables!
*** This is most commonly due to an unforeseen environment, causing *** configure to incorrectly compute the sequence of libraries to link. *** Please examine the tail of config.log for runtime errors. *** Pay special attention to the -l flags, and perhaps -I and -L. *** Often adding or removing explicit options in the configure *** invocation can work around this kind of problem. If so, please *** report it as a bug to xemacs-beta@xemacs.org. *** *** Other possible causes are inability to write to the file system *** (bogus permissions or disk full) or a misconfiguration of the dynamic *** linker. On Linux, check /etc/ld.conf and rerun ldconfig if *** necessary. On other systems, try telling configure where to find *** the shared libraries using the --site-runtime-libraries option. *** *** Another way to shoot yourself in the foot is to specify *** --with-FEATURE when FEATURE is not actually installed on your *** system. Don't do that. Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_xemacs/work/xemacs- 21.4.21" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --without-postgresql --without-ldap --with-sound=none --pdump --site-prefixes=/opt/local --with-tty --with-dialogs=athena --with-widgets=athena --with-athena=3d --with-database=gdbm --with-mule " returned error 1
participants (1)
-
Daniel Wolk