Evidently configure did something funky to me! It added a --traditional-cpp flag to the CC define. I was able to Do the build after I deleted the flag.
Thanks for the heads up. --Jerry I took it out > On 10/6/02 1:43 PM, "Jerry LeVan" <[EMAIL PROTECTED]> wrote: > >> Any one built the version of expat on Jag? > > I just tried it, and it built fine (AFAICT). See below. > > Did you do anything funky with ./configure? > > - geoff > > [ganda:~/Downloads/expat-1.95.5] geoff% make > /bin/sh ./libtool --silent --mode=compile gcc -g -O2 -Wall > -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I./lib -I. -o > lib/xmlparse.lo -c lib/xmlparse.c > /bin/sh ./libtool --silent --mode=compile gcc -g -O2 -Wall > -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I./lib -I. -o > lib/xmltok.lo -c lib/xmltok.c > /bin/sh ./libtool --silent --mode=compile gcc -g -O2 -Wall > -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I./lib -I. -o > lib/xmlrole.lo -c lib/xmlrole.c > /bin/sh ./libtool --silent --mode=link gcc -g -O2 -Wall > -Wmissing-prototypes > -Wstrict-prototypes -fexceptions -I./lib -I. -no-undefined > -version-info > 4:0:4 -rpath /usr/local/lib -o libexpat.la lib/xmlparse.lo > lib/xmltok.lo > lib/xmlrole.lo > gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions > -I./lib -I. -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c > gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions > -I./lib -I. -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c > gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions > -I./lib -I. -o xmlwf/codepage.o -c xmlwf/codepage.c > gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions > -I./lib -I. -o xmlwf/unixfilemap.o -c xmlwf/unixfilemap.c > /bin/sh ./libtool --silent --mode=link gcc -g -O2 -Wall > -Wmissing-prototypes > -Wstrict-prototypes -fexceptions -I./lib -I. -o xmlwf/xmlwf > xmlwf/xmlwf.o > xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o libexpat.la >
