In the installation of pymol, one of the required packages is ATLAS--everything unpacks and seems to be working until it gets to the following:
///////////////// (make CC=cc config; export ARCH=`ls -1t Make* | head -1 | cut -f2 -d"."`; cp ../LAPACK/lapack_LINUX.a lib/$ARCH/liblapack.a; mv Make.$ARCH Make.$ARCH.orig; sed 's|gcc|cc|g' < Make.$ARCH.orig > Make.$ARCH; make install arch=$ARCH) cc -o xconfig config.c ./xconfig ///////////////// At this point, it just sits there--forever! I know that some compiles can take a long time (mozilla took forever) but I even ran this compile of ATLAS overnight, with no change from the above commands. Looking at on output of "top" in a terminal window shows "xconfig" running, but with little or no process time actually devoted to it. Any thoughts? Thanks Jeff Nichols ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
