Re: g++ vs. g++33: conflicts with qt 3.1.2 on FreeBSD 4.8

2003-08-20 Thread Simon Barner
Hi, > FreeBSD 4.8 and Qt 3.1.2 compiled "as is" from the portscollection. > I have a brief Qt code: [...] > Where CC is either "/usr/bin/g++" or "/usr/local/bin/g++33" > With g++ this compiles fine. > > But with g++33, I get an error, that says: [...] This is due to the ABI changes that were

g++ vs. g++33: conflicts with qt 3.1.2 on FreeBSD 4.8

2003-08-20 Thread Rob Lahaye
Hi, FreeBSD 4.8 and Qt 3.1.2 compiled "as is" from the portscollection. I have a brief Qt code: #include #include int main () { QString s("mangle_failure"); return 0; } I compile this as follows: ${CC} MyQtCode.C -g -O -pthread -I/usr/