Instalando el lmule me da este error:
checking for wx-config... no
configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows is version 2.4.0 or above.
Pero lo gracioso es que si que lo tengo:
guybrush@dogma:~/downloads/lmule-1.1.4> wx-config
Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
[--libs] [--gl-libs] [--cppflags] [--cflags] [--cxxflags]
[--cc] [--cxx] [--ld]
wx-config returns configuration information about the installed
version of wxWindows. It may be used to query its version and
installation directories and also retrieve the C and C++ compilers
and linker which were used for its building and the corresponding
flags.
guybrush@dogma:~/downloads/lmule-1.1.4> wx-config --libs
-L/usr/X11R6/lib -lwx_gtk-2.2 -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm -lpng -ljpeg -ltiff -ldl -lpthread -lz -lm
¿Lo tengo en el path y no lo encuentra? Las librerías de este prog tienen q estar en LD_LIBRARY_PATH o en una variable equivalente? What does it mean?
Despues de comer intentaré entender esto
Un saludo!