From: f18m_217828 <f18...@ya...> - 2005-03-08 20:00:38
|
Hi, I had no luck when sending this mail to wx-users so I now try to send it to wxcode... :-) I would like to use the wx presets for some wx-based libraries. While on win32 it required me few conversions on my old bakefiles, I now have to face a little problem with autoconf: on win32 I use the WXLIBPOSTFIX variable for my lib name postfix. However, on linux wx_unix.bkl does not define it and I know it does not make much sense do it since with autoconf-based systems wx-config script is used to get all info about wx location and configuration. So, the problem is, how should I create the name for my wx-based libs under autoconf format ? Should I create libs always with the same name ignoring completely the build config ? Or is there a way to set WXLIBPOSTFIX also on autoconf ? Thanks, Francesco Montorsi PS: I'm not interested in multi-config installations... |