From: David Hardy (dhardy_at_ks.uiuc.edu)
Date: Wed Oct 19 2016 - 14:11:32 CDT
The header file iostream.h should be part of the C++ standard library. I would suggest that you start by examining the compilation instruction in the makefile to verify that you are invoking your intended C++ (rather than C) compiler with reasonable flags.
Dave
-- David J. Hardy, Ph.D. Theoretical and Computational Biophysics Beckman Institute, University of Illinois dhardy_at_ks.uiuc.edu http://www.ks.uiuc.edu/~dhardy/ > On Oct 19, 2016, at 12:08 PM, Vidhya Sankar <vidhyasankar7928_at_REMOVE_yahoo.com> wrote: > > Dear Author > When i compile mdenergy terms using the following command > make linux > i got the following error > > Vector.h:4:22: fatal error: iostream.h: No such file or directory > compilation terminated. > make[1]: *** [ComputeBonded.o] Error 1 > make[1]: Leaving directory `/root/Desktop/mdenergy/src' > make: *** [linux] Error 2 > > I do not have any isostream.h file in unzipped directory > > Pleas help me to solve the problem > > with high regards > S.Vidhyasankar >
This archive was generated by hypermail 2.1.6 : Tue Dec 27 2016 - 23:22:32 CST