Here is my version of the RKOConfigure script that seems to build fine on
RH7.1 (and RH7.0):
#!/bin/sh
CFLAGS=-g
LDFLAGS=-g
CC=gcc
export CFLAGS LDFLAGS CC
#TCLTKROOT=/usr/local/tcltk/8.0.5
#export TCLTKROOT
./configure \
--prefix=/afs/peps/cadtools/linux/Modules/@VERSION@ \
--with-module-path=/afs/peps/cadtools/linux/Modules/modulefiles \
--with-version-path=/afs/peps/cadtools/linux/Modules/versions \
--with-etc-path=/etc \
--with-skel-path=/etc/skel \
--with-split-size=960 \
--x-includes=/usr/include/X11 \
--x-libraries=/usr/X11R6/lib \
--with-tcl-include=/usr/include \
--with-tcl-libraries=/usr/lib/tcl8.3/lib
We are using AFS for our application storage and modulefiles, thus the /afs
paths in my config file. You may want to change these back to a more
standard /usr/local path.
On my RH7.1 system, I have the "tcl-8.3.1-53" RPM installed to provide the
TCL libraries at the /usr/lib path shown above.
Hope that this can help some!
-------------------------------------------
W. Scott Gaskins
T/L 441-9863
(919) 543-9863
sga...@us...
IBM Bldg062/C215
P.O. Box 12195 - YM6A/062
3039 Cornwallis Rd
RTP, NC 27709
Ric Rocheleau
<Ric...@ca...> To: mod...@En...
Sent by: cc:
owner-modules-interest@Eng. Subject: Modules build on Redhat Linux 7.1
Auburn.EDU
11/29/2001 04:01 PM
Hi All
Anyone get Modules running on Redhat Linux 7.1?
If so, can you point me to some documentation on build
configuration.
I ran Configure, using mostly defaults and gcc, but the make fails.
Any pointers?
Regards
Ric
<<Ric Rocheleau.vcf>>
#### Ric Rocheleau.vcf has been removed from this note on December 04 2001
by Scott Gaskins
|