Russ Whitaker wrote:
On Mon, 9 Apr 2001, Frank Heckenbach wrote:
I've now put these things into GPC (uploaded soon, 20010409). You might want to check if it builds "out of the box" then.
er ... nope. sorry.
easy part: chmod +x p/script/make-lib*
As I wrote in my reply to Dominique Schuppli's report:
: Thanks for the report, I've fixed it now. : : Anyone who's updated GPC from CVS since March 31, may have to do it : on their own copies like you did: : chmod +x <insert your path>/p/script/make-library-interface
I don't know if/how to make CVS change the mode after the file is initially downloaded. If you do, let me know. (If not, it's not so bad, I think -- it's only a one-time effort for some people; those who haven't updated CVS between March 31 and April 5, or who download a fresh copy of GPC will be unaffected.)
hard part: those pesky ".. linking not done" errors.
I thought they were because GPC called cpp instead of cpp0, and this should have been fixed now.
Oh yeah, you (and anyone else using gcc-2.95.3) will have to rerun the configure script. (This will detect gcc-2.95.3 and put a corresponsing define in gcc-version.h (in the build directory) which will tell gpc.c to call cpp0.)
Frank