Displaying 1 result from an estimated 1 matches for "lwx_gtk2ud_xrc".
Did you mean:
lwx_gtk2u_xrc
2006 Aug 28
1
Gem testing
...a small
issue I already fixed once. Just thought you might like to know about.
I have both Wx-2.4 and Wx-2.6 installed, however wx-config is linked to 2.4
After changing `wx-config` ...'' to `wx-config-2.6 ...` everything worked
fine, up until the linking which failed:
--
ld: cannot find -lwx_gtk2ud_xrc-2.6
--
If I list the libs for wx with wx-config-2.6 --libs, it of course lists
the above library. And the library-file exists in /usr/lib. Any ideas?
''Cause I really don''t have a clue. I thought I might try to recompile wx.
Thank you all (Kevin, Roy, Sean and Alex) very very m...