Iyi günler,
daha fazla para kazanmak istermisiniz ayda 500 - 1000 Euro?
veya ikinci bir ek gelir kazanmak istermisiniz aylik 10.000 Euro?
Eger daha fazla bilgi edinmek istiyorsaniz asagidaki adresse tiklayiniz:
Adress: [EMAIL PROTECTED]
Sizin job-para takiminiz
(Sekreterlik)
___
Ralph,
Typically we define things to ":" when they are not
found. If we change your patch to
AC_CHECK_TOOL(AR, ar, :), does it still work to fix
the problem you ran into?
Robert
"Schleicher Ralph (LLI)" wrote:
>
> Hi,
>
> libtool does not explicitly check for 'ar'. If no other Autoconf
> com
On Sun, 23 Feb 2003, Brad House wrote:
> Convenience library? That's a term I'm not familiar with, do you
> have a reference I can look at that describes this further, or
> give me a general overview.
This is a Libtool/Automake feature. See the libtool documentation. A
convenience library is a
Convenience library? That's a term I'm not familiar with, do you
have a reference I can look at that describes this further, or
give me a general overview.
Thanks a lot for your help.
-Brad
Robert Boehne wrote:
Suggestion 1, you could link to shared libraries rather than archives.
Suggestion 2,
Suggestion 1, you could link to shared libraries rather than archives.
Suggestion 2, if you're building it yourself, make the static libs
convenience libraries, this will have the same effect as linking to
static libs, but is portable.
HTH,
Robert
Brad House wrote:
>
> Thanks for your reply.
Thanks for your reply.
Do you happen to know a flag or something I can send to libtool
to force it to go ahead and link against the library? Basically,
we compile on Linux, FreeBSD, SCO OpenServer/Unixware, Solaris 8&9,
AIX and all of those work fine.
Any suggestions other than totally ripping l
Many/most operating systems require that anything linked into a shared
library be compiled as PIC. The only way that libtool can be sure
that the code in a library is compiled as PIC is if it is also a
shared library. Some system linkers will reject linking against
static libraries when building
Seems to be a bug in libtool 1.4.3 when linking a module if you want
to use symbols out of an archive. For example, inside of a package
that uses autoconf/automake/libtool, a command executes:
/bin/sh ../libtool --mode=link gcc -g -O2 -o module_ssl.la -rpath \
/usr/local/lib -module -avoid-versio