Trouble building CVS version

I'm having trouble building the latest CVS version of wxPython. I'm running LinuxPPC with a 2.2 kernel.
I've built the tared distributions many times and I've never had an issue like this.

Somebody else on the list also had a similar problem and Robin suggested that it might be due to
building different parts of wxPython with different version of GCC. That's not the cause of my difficulties.

wxWindows seems to compile OK, but I run into trouble when I build wxPython.

Here's what happens:

···

==================
running build_ext
building 'gridc' extension
c++ -shared build/temp.linux-ppc-2.2/src/gtk/grid.o -L/usr/X11R6/lib -o build/lib.linux-ppc-2.2/wxPython/gridc.so -L/usr/local/lib -pthread -lwx_gtk-2.4
/usr/bin/ld: build/lib.linux-ppc-2.2/wxPython/gridc.so: undefined versioned symbol name __gmon_start__@@WXGTK_2.4
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
error: command 'c++' failed with exit status 1

Could this be the residual effects of an older version of wxWindows/wxPython?
Any advice/pointers would be appreciated!

Thanks,
-Scott Harris

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Harris Scott R Civ AFRL/SNJM wrote:

wxWindows seems to compile OK, but I run into trouble when I build wxPython.

Here's what happens:

==================
running build_ext
building 'gridc' extension
c++ -shared build/temp.linux-ppc-2.2/src/gtk/grid.o -L/usr/X11R6/lib -o build/lib.linux-ppc-2.2/wxPython/gridc.so -L/usr/local/lib -pthread -lwx_gtk-2.4
/usr/bin/ld: build/lib.linux-ppc-2.2/wxPython/gridc.so: undefined versioned symbol name __gmon_start__@@WXGTK_2.4
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
error: command 'c++' failed with exit status 1

Could this be the residual effects of an older version of wxWindows/wxPython? Any advice/pointers would be appreciated!

Hmmm... Havn't seen this one. Did you run "make install" in the wxWindows build dir?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!