Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cbmvax!amix!skrenta From: skrenta@amix.commodore.com (Rich Skrenta) Newsgroups: comp.unix.amiga Subject: Re: stdio.h incompatibility? Message-ID: <2713@amix.commodore.com> Date: 21 Jun 91 03:32:43 GMT References: <1991Jun17.101219@cs.utwente.nl> Organization: Commodore-Amiga Unix Development Lines: 17 devisser@cs.utwente.nl (Jan de Visser) writes: > When trying to install g++ on my Amiga 3000UX, it complained that a FILE does > not have a _bufsize field. ... > What is the reason for this incompatibility? What to do to solve it? g++ does some pretty gross stuff with FILE, uncessesarily mucking about in the internals of stdio. This is inherently non-portable. The particular problem you're having can be fixed by simply turning on USG_STDIO in the Makefile, but that's not all you'll need to do to it to get g++ to work. I'm currently working on g++ for our 2.0 release. I will post diffs & instructions as soon as I get it working. Rich -- skrenta@amix.commodore.com