Attempting to emerge audacity (which requires wxGTK-2.2.9), wxGTK-2.2.9-r1 fails in the following way: c++ -c "-DwxINSTALL_PREFIX=\"/usr\"" -D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT -MMD -mcpu=i686 -march=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -pipe -DZEXPORT='' -O2 -I. -I./lib/wx/include/gtk-2.2 -I./include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Wall -fPIC -o joystick.o ./src/gtk/joystick.cpp {standard input}: Assembler messages: {standard input}:763: Error: symbol `.LEHB4327' is already defined {standard input}:778: Error: symbol `.LEHE4327' is already defined make: *** [joystick.o] Error 1 This happens consistantly (and has across 4 compile attempts and two downloads.)
try wxGTK-2.3.3 if that fails, try turning down your CFLAGS
Thanks for your quick response. I'm using wxGTK-2.3.2-r2 currently. (I run a primarily 'stable' rather than 'testing' system.) As I said originally, I'm "Attempting to emerge audacity (which requires wxGTK-2.2.9)" - the ebuild says "# doesn't compile with wxGTK-2.3.2". I apologise for not saying that more clearly. I tried both 2.2.9 and 2.3.3. The problem I previously mentioned appears to have been my CXXFLAGS, as both had nearly identical problems with them. It's the first time I've run into problems with them in a few months of using gentoo, so they hadn't crossed my mind. Sorry about missing something relatively obvious like that. 2.3.3 fails to compile for me, even with no CXXFLAGS. I'll file another report on that, as it's a distinct problem. Anyhow - audacity and wxGTK 2.2.9 and 2.3.2 are now installed, so thank you for your help/time.
np, glad it works