[tex-live] TeX Live does not compile with gcc 3.1 (Mac OS X only?)

Gerben Wierda Sherlock@rna.nl
Wed, 23 Oct 2002 11:01:46 +0200


Since my update to Mac OS X 10.2 I could not compile TeX Live anymore. 
Running a compile ends when compiling xpdf:

c++ -g -O2 -DHAVE_CONFIG_H  -I.. -I./../goo -I. -I. -DPDF_PARSER_ONLY 
-c FontFile.cc
FontFile.h:27: storage size of `_ZTI8FontFile' isn't known
FontFile.h:46: storage size of `_ZTI13Type1FontFile' isn't known
FontFile.h:67: storage size of `_ZTI14Type1CFontFile' isn't known
FontFile.h:144: storage size of `_ZTI16TrueTypeFontFile' isn't known
make[3]: *** [FontFile.o] Error 1
make[2]: *** [libs/xpdf/xpdf/libxpdf.a] Error 2

When I compile the same sources with g++2, there is no problem.

So, I have reverted to the use of gcc2 (which they luckily ship also), 
but I am curious if others could corroborate that gcc 3.1 cannot 
compile TeX Live. I am using

c++ (GCC) 3.1 20020420 (prerelease)

G