Opened 15 years ago
Last modified 11 years ago
#95 closed defect
Can't install on Mac OSX 10.6.4 — at Version 1
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: | avery@phys.ufl.edu |
Description (last modified by )
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 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 could not attach the log file created during the make step because the attachment max is 256K.
Change History (2)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
Changed 15 years ago by
Attachment: | makelog.log added |
---|
Log file from the make step while installing Sherpa
Dear user,
I have increased the maximum allowed attachment size to 2560K. If you gzip the log file it should be smaller than that, I hope? If so, it would be useful if you could attach it now.
Cheers, Frank
PS: You might want to add your email address to CC such that you get notified about updates on this ticket.