#94 closed defect (duplicate)
Can't install on Mac OSX 10.6.4
Reported by: | Generic User (don't modify these fields) | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Unknown | Version: | 1.2.2 |
Keywords: | installation, mac | Cc: |
Description
I am unable to install Sherpa on my Mac running Mac OSX 10.6.4. It has the standard gfortran and g++ compiler and linker tools that come with the system and I have installed and executed many other physics packages previously with no problem.
I use the following configure string (executed from a build directory parallel to the directory containing the configure file).
../SHERPA-MC-1.2.2/configure --prefix=/Users/avery/analysis/sherpa/install_1.2.2
But I get the error message towards the end of the "make" step.
Undefined symbols:
"_MAIN", referenced from:
flat_namespace undefines in libSherpaMain.dylib
ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: * [Sherpa] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
I thought that perhaps the installation was not using 64 bit consistently, so I tried
../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
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've attached the log file created during the make step.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | → rel-old |
---|
comment:3 Changed 11 years ago by
Milestone: | old |
---|
Milestone old deleted