From: Aaron D. <aar...@gm...> - 2010-11-30 16:19:03
|
Hi, If you can please provide us with more information, such as the version of MESA and the OS, it can help to figure out what is wrong. It can also help to tell us what is happening: does the compile process hang? Does the test fail? Finally, just from looking at the output you sent it seems there is something not quite right in utils/makefile_header. You've got both -fopenmp and -openmp but only one should be enabled. Also, it looks like you're trying to compile with the Intel MKL enabled. Have you tried compiling first without it? Aaron On Tue, Nov 30, 2010 at 2:23 AM, 張世昕 <ss...@as...> 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 > > |