From: Max K. <ka...@rp...> - 2011-09-07 14:18:31
|
I too have had some trouble installing 3607 on Ubuntu. I am using version 11.04 but gcc 4.6 is not officially supported until 11.10 is released next month. Nevertheless, I installed the 4.6 binary available at http://gfortran.org/download/x86_64/snapshots/ (it's a different URL for the 32 bit version) and it seems to work relatively fine after pointing the system to the manually downloaded location. Even in 4.6, the 'no-cpp-precomp' warning still occurs but unlike 4.5 does *not *cause the installation to fail. My installation failure seems to be some sort of linking error between gcc and MPFR (I'm guessing because of my choice to manually install it), so as far as I can tell downloading the 'unsupported' version of gcc may be a good place to start. Max Katz Rensselaer Polytechnic Institute On Wed, Sep 7, 2011 at 1:49 AM, Gautschy Alfred < alf...@li...> wrote: > Dear Bill > > I posted the material below on the Help Forum of Mesa that might or might > not take off one day. As it might not attract yet enough attention, I also > send you copy of it for your information. I.e. to let you know that I > continue to have problems with the installation of 3607 despite considerable > changes in the system setup. > > > This posting is related to the one in > > https://sourceforge.net/mailarchive/message.php?msg_id=28040448 > > In the mean time I upgraded my operating system and the compilers > to the current system configuration: Ubuntu 11.04 64-bit with ifort 12.1.0 > 20110811 > > However, as previously on my old 32-bit Ubuntu 10.04 LTS system, > I fail to get the latest Mesa release installed. > The installation process on the 64-bit system dies at another place though: > > ifort -openmp -threads -o ../test_quietly test_ionization_support.o > test_ionization_quitely.o -L../../make -lionization -L../../../lib -leos > -lkap -lnet -lscreen -lrates -lreaclib -lweak -lneu -lchem -linterp_2d > -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesaklu -lmesalapack > -lmesablas > > forrtl: severe (174): SIGSEGV, segmentation fault occurred > > Image PC Routine Line Source > > test_quietly 000000000043342A mod_ionizationdo_ 154 mod_ionization.f > test_quietly 00000000004324C2 mod_ionization_mp 86 mod_ionization.f > test_quietly 0000000000431E48 mod_ionization_mp 231 mod_ionization.f > test_quietly 000000000040D10B ionization_lib_mp 93 ionization_lib.f > test_quietly 00000000004044DF test_ionization_s 90 > test_ionization_support.f > test_quietly 0000000000404418 test_ionization_s 77 > test_ionization_support.f > test_quietly 0000000000404230 test_ionization_s 58 > test_ionization_support.f > test_quietly 000000000040C256 MAIN__ 3 > test_ionization_quitely.f > test_quietly 0000000000403DEC Unknown Unknown Unknown > libc.so.6 00007F0298D99EFF Unknown Unknown Unknown > test_quietly 0000000000403CE9 Unknown Unknown Unknown > > The commong dark clouds I observe during both installation attempts (32-bit > and 64-bit) > are via the warnings: > > cc -O3 -fno-common -no-cpp-precomp -fexceptions -c -I../klu_src > ../klu_src/btf_order.c -o btf_order.o cc: unrecognized option > '-no-cpp-precomp' > cc -O3 -fno-common -no-cpp-precomp -fexceptions -c -I../klu_src > ../klu_src/btf_maxtrans.c -o btf_maxtrans.o > cc: unrecognized option '-no-cpp-precomp' cc -O3 -fno-common > -no-cpp-precomp -fexceptions -c -I../klu_src ../klu_src/btf_strongcomp.c -o > btf_strongcomp.o > cc: unrecognized option '-no-cpp-precomp' cc -O3 -fno-common > -no-cpp-precomp -fexceptions -c -I../klu_src ../klu_src/colamd_global.c -o > colamd_global.o > > ... and so on through the whole package > > I wonder if this is related to the installation failure. > > It is worthwhile to note that the ubuntu distribution does not provide > access to gcc 4.6.x versions, only gcc 4.5 is supported and offered (could > not find any place where a gcc 4.6 package could be got) > > BTW: I did not change anything in the makefile_header file, as compared > with > older installations/updates (i.e. before 3607) > > Any opinions from the specialists? > Alfred > > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and iSCSI > Virtualization increases hardware utilization and delivers a new level of > agility. Learn what those decisions are and how to modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > |