[petsc-users] x64 build problem

2010-01-17 Thread Rob Ellis
. usage: cl [ option... ] filename... [ /link linkoption... ] Any help would be most appreciated. Cheers, Rob -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20100117/65101131/attachment.htm

[petsc-users] x64 build problem

2010-01-17 Thread Matthew Knepley
was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20100117/adb46af7/attachment.htm

[petsc-users] x64 build problem

2010-01-17 Thread Rob Ellis
://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20100117/b659aa35/attachment-0001.htm -- next part -- A non-text attachment was scrubbed... Name: configure.log Type: application/octet-stream Size: 33073 bytes Desc: not available URL: http://lists.mcs.anl.gov/pipermail/petsc-users

[petsc-users] x64 build problem

2010-01-17 Thread Barry Smith
Try using the options --with-cc=win32fe --nodetect cl --with- cxx=win32fe --nodetect cl instead This business has to be fixed up very soon in petsc-dev for the next release, Barry On Jan 17, 2010, at 7:15 PM, Rob Ellis wrote: Hi Matt, Of course, my apologies, here it is.

[petsc-users] x64 build problem

2010-01-17 Thread Satish Balay
Actually its --with-cc='win32fe cl --nodetect' --with-fc='win32fe ifort --nodetect' etc.. check 'Using Visual Studio 2005:' section of installation instructions http://www.mcs.anl.gov/petsc/petsc-as/documentation/installation.html Satish On Sun, 17 Jan 2010, Barry Smith wrote: Try