CHRiS
P.S. As I've been compiling these directions for getting this to work, I see that there's a lot of redundancy, and I really could've done this all better. I apologize.
gunzip saclib2.1.tar.gz and
tar xf saclib2.1.tar.
saclib to be the
full path up to and including the directory saclib2.1.
CC to be the full
path of gcc. Note that what's given here assumes
the new gcc, which is
/usr/local/gnu/egcs/bin/gcc on our system.
$saclib/bin/mklib opt
gunzip qesource.tar.gz and
tar xf qesource.tar.
qe to be the
full path up to and including the directory qesource.
$qe/SFext/Makefile so that
######## Modify this path to hold the path of this directory ##### LIBDIR = /usa/saclib/Chris/qesource/SFext ##################################################################contains the proper path up to and including
$qe/SFext,
and so that
CCpp = /usr/local/gnu/egcs/bin/g++ CC = /usr/local/gnu/egcs/bin/gccare set to the location of the new
gcc and g++.
$qe/SFext type make.
$qe/source/Makefile so that
# ====================================================== # Adjust these during installation # ====================================================== CC = /usr/local/gnu/egcs/bin/gcc linkCC = /usr/local/gnu/egcs/bin/g++ SFEXTS = /usa/saclib/Chris/qesource/SFext
CC are linkCC set to the new
gcc and g++, and SFEXTS
points to $qe/SFext.
make, and drucken die Daumen!