From: Peter N. <pn...@kr...> - 2005-08-22 09:49:34
|
Hi there, as some of you might know debian is moving the testing/unstable distribution to a new default compiler(gcc 3.x -> gcc 4). So far compiling the bridge has always been a pleasure. ;) Yesterday I updated to gcc 4. Now the bridge complains: configure: WARNING: YOUR GCC INSTALLATION IS BROKEN. It tries to link with the same library for -m32 and -m64 builds. This may result in a "wrong ELF class" error at runtime. Although you can work around this bug at runtime by changing the LD_LIBRARY_PATH, we recommend to re-install the gcc compiler before youcontinue to install the PHP/Java Bridge. I think it should be possible to set the compiler-version via EXPORT CC=gcc-3.3 but this seems not to work, probably becaus CC is set to gcc in the Makefile. I know this is most likely my fault or a problem with debian, still I would appreciate if anyone of you got a hint to solve this. Thx, Peter |