Simon 'corecode' Schubert wrote:
> just a simple echo '#include<iostream>' > comp.cc
> won't compile. i've tested the include files of
> o icc
> o gcc 2.95.3 (the one from my base system, 4.5-S)
> o gcc 3.0.4 (from the ports)
> 
> each one gives me a different error.
> 
> did anybody already solve this problem (by creating new headers?)
> if so, please tell me!
> 
> if not, i'd like to work on that, but i don't know where to start.

Try this patch:

--- bad Sat Mar 30 05:18:02 2002
+++ good        Sat Mar 30 05:18:23 2002
@@ -1 +1,2 @@
-echo '#include<iostream>' > comp.cc
+echo '#include <iostream>' > comp.cc
+echo 'main() {}' >> comp.cc


8-) 8-) 8-)

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to