From: Bill P. <pa...@ki...> - 2010-11-30 16:02:33
|
Hi, In the past, problems like this have been resolved by using an up-to-date version of the compiler. Which version of ifort are you using? I am currently using 11.1/089, so you would probably want to update to that as well. I hope that helps. If not, please let us know. Cheers, Bill Paxton On Nov 29, 2010, at 11:23 PM, 張世昕 wrote: >> Hi, >> When i installed mesa, the process stuck at one place.... >> >> /penguin/apps/build/mesa/net >> building net package. >> >> ifort -fopenmp -vec-report0 -traceback -error-limit 6 -openmp -threads >> -I../public -I../private -I../../include -warn all -warn nounused >> -implicitnone -O2 -c -fixed -132 ../public/net_def.f >> ifort: command line warning #10006: ignoring unknown option '-fopenmp' >> ifort -fopenmp -vec-report0 -traceback -error-limit 6 -openmp -threads >> -I../public -I../private -I../../include -warn all -warn nounused >> -implicitnone -O2 -c -fixed -132 ../public/net_lib.f >> ifort: command line warning #10006: ignoring unknown option '-fopenmp' >> ar crs libnet.a net_def.o net_raw_rates.o net_screen.o >> net_derivs_support.o net_derivs.o net_initialize.o net_eval.o net_burn.o >> net_burn_const_P.o net_lib.o >> ifort -openmp -threads -o ../tester test_net_support.o test_burn.o >> test_burn_const_P.o test_net.o -L../../make -lnet -L../../../lib -leos >> -lscreen -lrates -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert >> -lconst -lmtx -L/penguin/apps/intel/composerxe-2011.0.084/mkl >> -I/penguin/apps/intel/composerxe-2011.0.084/mkl/include >> -I/penguin/apps/intel/composerxe-2011.0.084/mkl/include/em64t/lp64 >> -L/penguin/apps/intel/composerxe-2011.0.084/mkl/lib/em64t >> -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack -lmkl_core -liomp5 >> -lpthread >> ifort -openmp -threads -o ../plotter test_net_support.o test_burn.o >> plot_net.o -L../../make -lnet -L../../../lib -leos -lscreen -lrates >> -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx >> -L/penguin/apps/intel/composerxe-2011.0.084/mkl >> -I/penguin/apps/intel/composerxe-2011.0.084/mkl/include >> -I/penguin/apps/intel/composerxe-2011.0.084/mkl/include/em64t/lp64 >> -L/penguin/apps/intel/composerxe-2011.0.084/mkl/lib/em64t >> -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack -lmkl_core -liomp5 >> -lpthread >> >> Please tell me what mistake i made. Any comments? >> Thanks!!! > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |