Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!hsdndev!rice!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jarthur!cliff From: cliff@jarthur.Claremont.EDU (Clifford Stein) Newsgroups: comp.sys.atari.st.tech Subject: g++ Message-ID: <10745@jarthur.Claremont.EDU> Date: 10 Feb 91 08:05:51 GMT Distribution: usa Organization: Harvey Mudd College, Claremont, CA Lines: 18 I'm having trouble getting g++ to work on my Mega ST 2. The problem is that it doesn't like to use the normal gcc libraries such as stdio.h strings.h. It gives me parsing errors on the functions fread() and fwrite() in stdio.h. (lines 145 and 146) Does anyone know how to fix this? G++ should be able to handle normal C program with no/little modifications (I know, I've tried with G++ on my school's machines). What's wrong? My env variables are all set properly as far as I can tell. I'm using G++ 1.35 and GCC 1.36. HELP!!!! --Cliff Stein BTW: Are there any newer versions of these?