How to install multiple instances of wxWindows.
David Fernandez
david.fernandez.work at googlemail.com
Tue May 13 02:25:57 PDT 2008
Hi there,
I'm trying to set up __in_the_proper_way__ an environment with, for
example, two instances of the wxWindows libraries: one configured as
"--disable-shared --disable-sockets" and another with the opposite
switches, and both 2.8.7.
Can both be installed in the same folder (e.g. /usr/local)?
What would be the way for selecting one or the other (e.g. should I
use 'wx-config --shared=[yes|no] --cppflags' to get the flags for one
or the other)?
Can I have several versions in the same folder (e.g. 2.6.4 and 2.8.7,
both in /usr/local)? And do the similar to choose one or the other
(e.g. wx-config --version={2.8|2.6} --cppflags)?
I'm doing this in a SPARC solaris machine and using gcc 4.1.2.
Cheers.
More information about the wx-users
mailing list