Hey,
Natively, the Windows CE OS has no concept of environment variable. Hence,
when mingw32ce is used, func_emit_cwrapperexe_src() fails because of
missing getenv() and putenv() (or setenv() also, of course). I don't know
what to do here (removing or not thee calls, as I don't know why they
Hey,
I just want to mention that, with the newest git (taken 10 minutes ago),
when compiling libtool with no help2man available, I get an error:
/home/torri/tmp/gitroot/libtool/libltdl/config/missing: line 54: help2man :
commande introuvable
followed by a warning.
Of course, after having i
Hi Brian,
* Brian Gough wrote on Thu, Nov 27, 2008 at 08:34:45PM CET:
>
> Does anyone have any good ways to check that updates to -version-info
> numbers accurately reflect the actual changes in the API of a library
> when making a new release?
>
> Currently I do this by (1) comparing 'nm' outpu
If I try and link the static libs with LDFLAGS -version-info, rather then
static, I get a large amount of undefined reference errors from the shared
object file:
../../common/.libs/libcommon_mapi.so.1.0: undefined reference to
`PpropFindProp'
../../common/.libs/libcommon_mapi.so.1.0: undefined ref
Hello,
Does anyone have any good ways to check that updates to -version-info
numbers accurately reflect the actual changes in the API of a library
when making a new release?
Currently I do this by (1) comparing 'nm' output against the old
library to find any added/deleted functions (2) manually i
* Bernd Jendrissek wrote on Thu, Nov 27, 2008 at 05:32:08PM CET:
> On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> wrote:
> > is there a way to stop libtool from compiling everything twice? I am
> > compiling a convenience library, so I add the -static and -prefer-non-pic
> >
On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> wrote:
> is there a way to stop libtool from compiling everything twice? I am
> compiling a convenience library, so I add the -static and -prefer-non-pic
> flag, but it's still compiling my file twice. The command looks like this
Hi,
is there a way to stop libtool from compiling everything twice? I am compiling
a convenience library, so I add the -static and -prefer-non-pic flag, but it's
still compiling my file twice. The command looks like this:
libtool --mode=compile g++ -prefer-non-pic -static -g -pipe -c file.c