In-reply-to: Your message of Tue, 17 Feb 1998 15:15:32 +0100." <199802171415.PAA08759@bcv69we2.vz.cit.alcatel.fr> > Hi, > > I have try -and succeeded- in compiling the release 1.2 of Amaya, this using gcc > 2.7.2 under Solaris 2.5. Hereafter are listed some enhancements that could be > done : > 1) Instead of using directly cpp into the files thot/batch/app.c, > thot/batch/prs.c, thot/batch/str.c, thot/batch/tra.c, a variable positionned > by configure should be used with for example gcc -x c-header -E when using > gcc. The right method is to process as explained in http://www.w3.org/Amaya/User/Aut oconf.html One can use the following shell script in conjuction with gcc, name it cpp, put it in the PATH with 755 Unix rights: ------------------------------ #!/bin/sh exec `gcc --print-prog-name=cpp` $* ------------------------------ Irene.Received on Wednesday, 18 February 1998 09:27:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:22 GMT