Re: [wxCode-users] bakefile problems with --enable-shared option

2008-07-13 Thread Ulrich Telle
Hi Francesco, >> It would be better if the configure script would complain about >> mismatched options instead. > this should be already done: try to give --enable-shared --without-wxshared. > > It doesn't complain on the opposite case since it should be allowed to > give --disable-shared --wit

Re: [wxCode-users] bakefile problems with --enable-shared option

2008-07-13 Thread Francesco Montorsi
Ulrich Telle ha scritto: > Hi Francesco, > >> same here. The --enable-shared/--disable-shared options are simply >> ignored by wxCode component build systems (not only by wxsqlite3). > > Interestingly the log messages of the configure tell exactly what the > user wants (static build of the wxCo

Re: [wxCode-users] bakefile problems with --enable-shared option

2008-07-12 Thread Ulrich Telle
Hi Francesco, > same here. The --enable-shared/--disable-shared options are simply > ignored by wxCode component build systems (not only by wxsqlite3). Interestingly the log messages of the configure tell exactly what the user wants (static build of the wxCode component used with a shared buil

[wxCode-users] bakefile problems with --enable-shared option

2008-07-12 Thread Francesco Montorsi
[sending this reply to wxcode-users, too] Hi Ulrich, and all wxCode devs, Ulrich Telle ha scritto: > Although the option --enable-shared=no (or --disable-shared) is > specified when running ./configure running make does not build wxSQLite3 as a > static library but as a shared library. same he