Am Montag, 19. Februar 2007 16:29 schrieb Michael Abshoff: > You need to set your LD_LIBRARY_PATH to point to the libstdc++.so that was > build with the compiler you used. Then it should run just fine.
No ;-) libstdc++ is not the problem, that can be found, but I would need to recompile qt with the older compiler in order run LyX. I am too lazy to do that. > As a side node: Some C++ code I am working does not compile with gcc 4.0.1 > on MacOSX if the includes are in the namespace, while gcc 4.0.0 on MacOSX > compiles that code just fine. So moving the includes out of the namepace > lyx isn't probably a bad idea. No, putting the includes in the namespace was clearly a mistake. I never saw that this done intentionally, and believe it only makes sense in rare special cases if at all. Georg