Hi guys,

I get error when I run the following:
./configure \
   CC=/usr/local/gfortran/bin/gcc \
   CXX=/usr/local/gfortran/bin/g++ \
   FC=gfortran \
   F77=gfortran \
   PETSC_DIR=$HOME/sfw/petsc/3.2-p6 \
   PETSC_ARCH=$HOME/sfw/petsc/3.2-p6/darwin \
   --enable-petsc \
   --enable-mpi \
   --prefix=$HOME/sfw/libmesh \       
   --with-mpi=$HOME/sfw/darwin/openmpi/1.4.3 \

Here is the output: 
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
---------------------------------------------
----------- Configuring libMesh -------------
---------------------------------------------
checking for a sed that does not truncate output... /usr/bin/sed
checking Major version... 0
checking Minor version... 8
checking Point version... 0
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh ./config.sub   failed

Could anyone help me figure out what is wrong? Thank you. 

Best, 
Hui

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to