Changes between Initial Version and Version 1 of Ticket #95
- Timestamp:
- Aug 16, 2010, 9:45:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #95 – Description
initial v1 3 3 I use the following configure string (executed from a build directory parallel to the directory containing the configure file). 4 4 5 {{{ 5 6 ../SHERPA-MC-1.2.2/configure --prefix=/Users/avery/analysis/sherpa/install_1.2.2 7 }}} 6 8 7 9 But I get the error message towards the end of the "make" step. 8 10 11 {{{ 9 12 Undefined symbols: 10 13 "_MAIN__", referenced from: … … 16 19 make[1]: *** [all-recursive] Error 1 17 20 make: *** [all] Error 2 21 }}} 18 22 19 23 I thought that perhaps the installation was not using 64 bit consistently, so I tried 20 24 25 {{{ 21 26 ../SHERPA-MC-1.2.2/configure --prefix=/Users/avery/analysis/sherpa/install_1.2.2 --enable-static CXXFLAGS=-m64 CFLAGS=-m64 FCFLAGS=-m64 FFLAGS=-m64 27 }}} 22 28 23 29 But the error condition is identical. I've had no problem installing Sherpa on a 64-bit AMD system running SL5 at work. Any help would be appreciated. I could not attach the log file created during the make step because the attachment max is 256K.