hi , i am new in linux. i am using opensuse 11.0. my configurations are
wcpplib/install> uname -a
Linux linux-by4q 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 i686 i686 i386 GNU/Linux
i have made TCSH as my default login shell. i want to install HEED-C++ 2.07 software used for the simulation of gaseous detectors.for that i need to install WCPPLIB- a library. in the installation manual it is written that to in stall this library "run stript concom.b" where cocom.b is a file in that library.
1.what does it mean ?
2.the file concom.b contains only these three lines given below:
#! /usr/bin/env tcsh
$CPPLINK -o concom.e concom.c
#cp concom.e ../bin/concom
when i type "$CPPLINK -o concom.e concom.c" in shell prompt it returns
" wcpplib/install> $CPPLINK -o concom.e concom.c
CPPLINK: Undefined variable. "
also in the manual it is said that before installation environment variable has to set.i set the environment variables in the .tcshrc file as follows:
setenv CPPMAKEOPT "-MM"
### 1.for scientific linux version 4.1
#setenv CPPCOMPILE "g++ -c "
#setenv CPPCOMPILE "g++ "
#setenv CPPCOMPILE "g++ -g -c "
#setenv CPPCOMPILE "g++ -g "
### 2.for Linux, RedHat version 8.0
setenv CPPCOMPILE "g++ -DCOPY_RETURNS_COMMON_BASE -c "
setenv CPPCOMPILE "g++ -DCOPY_RETURNS_COMMON_BASE "
setenv CPPCOMPILE "g++ -DCOPY_RETURNS_COMMON_BASE -g -c "
setenv CPPCOMPILE "g++ -DCOPY_RETURNS_COMMON_BASE -g "
### 3.for Linux, RedHat older version
#setenv CPPCOMPILE "g++ -fhuge-objects -c "
#setenv CPPCOMPILE "g++ -fhuge-objects "
#setenv CPPCOMPILE "g++ -fhuge-objects -g -c "
#setenv CPPCOMPILE "g++ -fhuge-objects -g "
### 4.for Solaris and most of the others.
#setenv CPPCOMPILE "CC -c "
#setenv CPPCOMPILE "CC "
#setenv CPPCOMPILE "CC -g -c "
#setenv CPPCOMPILE "CC -g "
setenv FORTRAN77 g77
setenv ARCOMMAND "ar -rs"
setenv WCPPLIB $HOME
setenv CERNLIB /cern/pro/lib
setenv SPACKLIB "-L/cern/2000/lib -lpacklib -lnsl "
setenv CFLIBSERV "-lg2c"
setenv USE_CPP_SRANULUX
as you can see ihave choosen the second one.is it correct ?
3. how to set the LD_LIBRARY_PATH in this case ?
you can get the HEED-C++ 2.07 software and WCPPLIB library in the form of tar archive with the installation manual from the internet page
http://cern.ch/ismirnov/heed/.i am attaching the installation manual with this.
anybody can help in these problems ? pardon me for my gramatical mistakes and thanks in advance.