>> I configure with the following
>> command:
>> 
>>   CXX=cl CC=cl CFLAGS='-MD -W3' CXXFLAGS='-MD -W3' ./configure
>> 
>>   It runs OK. But when I make, it said and just freezes there.
>> 
>>   Makefile:270: .depend: No such file or directory
> 
> Hmm... we build our dependencies using perl.  Do you have perl installed?

Might be sufficient to replace our perl script with a shell script that
simply makes the object depend on the source?  basically take out the
complicated part...

the dependencies would obviously be wrong but it may work for a one-pass
build.

-Ben
 


------------------------------------------------------------------------------
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