Re: help

2018-02-15 Thread Eric Blake
On 02/15/2018 12:26 AM, sea star wrote: We need a bit more than a single-word message if you expect any help. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org ___ https

help

2018-02-15 Thread sea star
___ https://lists.gnu.org/mailman/listinfo/libtool

Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc

2012-08-19 Thread Bob Friesenhahn
On Sun, 19 Aug 2012, Jeff Martin wrote: Bob, Yes it was pulled from gnu.org. -rw-r--r--   1 root root 2632347 Oct 18  2011 libtool-2.4.2.tar.gz I used: wget http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz to retrieve the source. Then all you should ha

Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc

2012-08-19 Thread Jeff Martin
n Cc: "libtool@gnu.org" Sent: Sunday, August 19, 2012 10:59 AM Subject: Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc On Sun, 19 Aug 2012, Jeff Martin wrote: > Hello, > I am trying to > compile libtool so I can install another package which requires it. I > ha

Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc

2012-08-19 Thread Jeff Martin
Friesenhahn To: Jeff Martin Cc: "libtool@gnu.org" Sent: Sunday, August 19, 2012 10:59 AM Subject: Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc On Sun, 19 Aug 2012, Jeff Martin wrote: > Hello, > I am trying to > compile libtool so I can install another package which re

Re: HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc

2012-08-19 Thread Bob Friesenhahn
On Sun, 19 Aug 2012, Jeff Martin wrote: Hello, I am trying to compile libtool so I can install another package which requires it. I have successfully compiled M4, Automake, Autoconf and installed in /usr/gnu. When I try to do the same for libtool, I receive errors. I have tried the following:

HELP: libtool 2.4.2 not compiling on Solaris 10u10 Sparc

2012-08-19 Thread Jeff Martin
Hello, I am trying to compile libtool so I can install another package which requires it. I have successfully compiled M4, Automake, Autoconf and installed in /usr/gnu. When I try to do the same for libtool, I receive errors. I have tried the following: ./configure --prefix=/usr/gnu /usr/css/bi

HELP: libtool not compiling on Solaris 10u10 T5120

2012-08-17 Thread Jeff Martin
Hello, I am trying to compile libtool so I can install another package which requires it. I have successfully compiled M4, Automake, Autoconf and installed in /usr/gnu. When I try to do the same for libtool, I receive errors. I have tried the following: ./configure --prefix=/usr/gnu /usr/css/bin

RE: Help needed to build shared library with libtool

2011-10-17 Thread David Aldrich
Hi Peter I have tried using just g++ (no libtool) and the link succeeds. On this occasion it seems easiest for me just not to use libtool. Thanks for your help and advice. Best regards David ___ https://lists.gnu.org/mailman/listinfo/libtool

RE: Help needed to build shared library with libtool

2011-10-14 Thread David Aldrich
> Your object files are created without using libtool? Yes, just g++. > > > ln: creating symbolic link `libGUI.so.0': Operation not supported > > make: *** [libGUI.so] Error 1 > > That's a new one for me, you snipped the ln command that fails though. > > I don't know how much you care about po

Re: Help needed to build shared library with libtool

2011-10-14 Thread Peter O'Gorman
On 10/14/2011 08:45 AM, David Aldrich wrote: Hi Peter Thanks for your reply. -shared is not a libtool flag Oh, that's weird! We've been using that option for building other shared libraries for a long time. Yes, and older libtools used to pass it along to the compiler driver, so on system

RE: Help needed to build shared library with libtool

2011-10-14 Thread David Aldrich
Hi Peter Thanks for your reply. > -shared is not a libtool flag Oh, that's weird! We've been using that option for building other shared libraries for a long time. > does it work if you do: > > libtool --mode=link g++ -o libGUI.la -rpath /usr/local/lib > That doesn't work, but the result i

Re: Help needed to build shared library with libtool

2011-10-14 Thread Peter O'Gorman
to work. It seems that the libtool command is trying to make a static, rather than a shared library. I don't understand libtool well enough to fix the problem and would be grateful of some help. Although I have mentioned wxWidgets, I am inclined to think that it is more appropriate t

Help needed to build shared library with libtool

2011-10-14 Thread David Aldrich
trying to make a static, rather than a shared library.  I don't understand libtool well enough to fix the problem and would be grateful of some help.  Although I have mentioned wxWidgets, I am inclined to think that it is more appropriate to ask help from the libtool community tha

Help needed to build shared library with libtool

2011-10-14 Thread David Aldrich
trying to make a static, rather than a shared library.  I don't understand libtool well enough to fix the problem and would be grateful of some help.  Although I have mentioned wxWidgets, I am inclined to think that it is more appropriate to ask help from the libtool community tha

Help needed to build shared library with libtool

2011-10-14 Thread David Aldrich
trying to make a static, rather than a shared library. I don't understand libtool well enough to fix the problem and would be grateful of some help. Although I have mentioned wxWidgets, I am inclined to think that it is more appropriate to ask help from the libtool community than the wxWi

Re: help with C API in C++ static library

2010-01-15 Thread Bob Friesenhahn
On Fri, 15 Jan 2010, Jason Kraftcheck wrote: Linking with the C++ compiler would address my immediate problem of linking my test code, by still produces a library intended to be linked with C code that requires using the c++ compiler to link. I had hoped that libtool's .la files would provide t

Re: help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
Ralf Wildenhues wrote: > Hello Jason, > > * Jason Kraftcheck wrote on Fri, Jan 15, 2010 at 07:10:21PM CET: >> I am trying to build a static library that is implemented in C++ and has a C >> API. The resulting .la does not appear to include any information >> indicating that the library needs to b

Re: help with C API in C++ static library

2010-01-15 Thread Ralf Wildenhues
Hello Jason, * Jason Kraftcheck wrote on Fri, Jan 15, 2010 at 07:10:21PM CET: > I am trying to build a static library that is implemented in C++ and has a C > API. The resulting .la does not appear to include any information > indicating that the library needs to be either linked with C++ or expl

Re: help with C API in C++ static library

2010-01-15 Thread Bob Friesenhahn
On Fri, 15 Jan 2010, Jason Kraftcheck wrote: I am trying to build a static library that is implemented in C++ and has a C API. The resulting .la does not appear to include any information indicating that the library needs to be either linked with C++ or explicitly include the C++ runtime librar

Re: help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
Harring Figueiredo wrote: > Was the C API code explicilty marked as C so that the compiler does not > mangle the fucntion names? Check to make sure this is not happening. > Thanks for taking the time to reply. Unfortunately, the problem isn't this simple. I have marked the function names as 'e

Re: help with C API in C++ static library

2010-01-15 Thread Harring Figueiredo
Was the C API code explicilty marked as C so that the compiler does not mangle the fucntion names? Check to make sure this is not happening. Hope this helps, Harring On Fri, Jan 15, 2010 at 1:10 PM, Jason Kraftcheck wrote: > I am trying to build a static library that is implemented in C++ and

help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
I am trying to build a static library that is implemented in C++ and has a C API. The resulting .la does not appear to include any information indicating that the library needs to be either linked with C++ or explicitly include the C++ runtime libraries. Thus when I try to link a simple test appl

Cannot link correct libltdl.so. Please help.

2009-01-07 Thread Gary Yang
I got errors when I do the cross compile for powerpc. Below are the error messages. It looks for /usr/lib/libltdl.so instead of /tools/eldk/4.2/ppc_4xx/usr/lib/libltdl.so at link time. I set the path -L/tools/eldk/4.2/ppc_4xx/usr/lib. But, it is useless. Below are details. Before running ./con

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-24 Thread Ralf Wildenhues
Hello William, Rafał, * William Pursell wrote on Wed, Nov 12, 2008 at 07:21:23AM CET: > Rafał Mużyło wrote: > >> The problem here is KDevelop. It's using autotools >> in a such hacky way, that the only sane way to fix it, >> is to manually set things up. > > Is there a good reason not to ship the

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-18 Thread Dan Nicholson
On Tue, Nov 11, 2008 at 1:56 PM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 1:49 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> Hello Dan, >> >> * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: >>> On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROT

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Rafał Mużyło
On Wed, Nov 12, 2008 at 09:54:06PM +0100, Ralf Wildenhues wrote: > > OK, this is their issue to deal with, not ours. Please report this to > the KDE people. > Well, the funny thing about it is that KDE people had first abused autotools in the ways you can observe here, constantly complained about

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Ralf Wildenhues
* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 12:54:56PM CET: > On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote: > > > > Then maybe it is sufficient to add > > AC_CONFIG_MACRO_DIR([m4]) > > > > to configure.ac, and > > ACLOCAL_AMFLAGS = -I m4 > > > > to the toplevel Makefile.a

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Rafał Mużyło
On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote: > * Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: > > > > The problem here is KDevelop. It's using autotools > > in a such hacky way, that the only sane way to fix it, > > is to manually set things up. > > > > It adds a

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread William Pursell
, and reasonably flexible dir tree that would work 99% of the time. Is there a use case? It seems to me that it would be a great help for the novice. -- William Pursell ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: > > The problem here is KDevelop. It's using autotools > in a such hacky way, that the only sane way to fix it, > is to manually set things up. > > It adds a dir, with a lot of old m4 macros, that autoreconf > detects but libtoolize doe

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Rafał Mużyło
This is exactly the place, where using Gentoo pays off. You learn some very unsual things, while you do. The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. It adds a dir, with a lot of old m4 macros, that autore

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
On Tue, Nov 11, 2008 at 1:49 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Dan, > > * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: >> On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> > >> > The macro files may have been copied into your package

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Dan, * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: > On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > > The macro files may have been copied into your package with 'libtoolize > > --install', or 'aclocal --install', or their contents copied in

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
Hi Ralf, On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > The macro files may have been copied into your package with 'libtoolize > --install', or 'aclocal --install', or their contents copied into the > aclocal.m4 file from aclocal. All of this may have been caused

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hallo Ralf, danke für Deine schnelle Antwort. Da ich recht neu in der Programmierung unter Linux bin, wird mich Deine Antwort sicher ein paar Tage beschäftigt halten =) Wünsche Dir einen schönen Abend... Grüße Jan On Tue, Nov 11, 2008 at 10:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]>wrote: > H

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Jan, * Jan Leimbach wrote on Tue, Nov 11, 2008 at 10:22:10PM CET: > > i just tried to run the "Hello World" example c++ project in Kdevelop > as i got the output below. > > Can anyone support me please and tell me what i did wrong? You are mixing an ltmain.sh file from Libtool 1.5.x with

Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hello, i just tried to run the "Hello World" example c++ project in Kdevelop as i got the output below. Can anyone support me please and tell me what i did wrong? If you need more information, please tell me. Thanks in advance. Jan ../libtool: line 832: X--tag=CXX: command not found ../libtoo

Re: Help using libtool with another dynamic linker [newbie]

2008-11-02 Thread Ralf Wildenhues
Hello Rafael, * Rafael Schleetz Benvenuti wrote on Fri, Oct 31, 2008 at 08:18:51PM CET: > Sorry if i am posting this in the wrong mailing list, but i cannot really > track the problem. You're fine here. > I am trying to build gmp-4.2.2 using a different dynamic loader. > > The gmp package uses

Help using libtool with another dynamic linker [newbie]

2008-11-01 Thread Rafael Schleetz Benvenuti
Hi, Sorry if i am posting this in the wrong mailing list, but i cannot really track the problem. I am trying to build gmp-4.2.2 using a different dynamic loader. The gmp package uses a ltmain.sh script to generate the libtool script. What I need is gmp libs linked against /toolchain/ld-linux-x86

Re: Help with libtool and F77

2008-10-28 Thread Ralf Wildenhues
Hello Eduardo, * Eduardo M. A. M. Mendes wrote on Tue, Oct 28, 2008 at 01:04:52PM CET: > [EMAIL PROTECTED]:~/programs/tests/my_lib$ make > Making all in lib > make[1]: Entering directory `/home/eduardo/programs/tests/my_lib/lib' > /bin/bash ../libtool --tag=F77 --mode=compile g95 -g -O2 -c -o c

Help with libtool and F77

2008-10-28 Thread Eduardo M. A. M. Mendes
./libtool: line 6681: Try `libtool --help' for more information.: command not found make[1]: *** [cdchi.lo] Error 1 make[1]: Leaving directory `/home/eduardo/programs/tests/my_lib/lib' make: *** [all-recursive] Error 1 ltmain.sh is dated 2005. Any help will be most appr

Re: autoreconf --help

2006-05-17 Thread Ralf Wildenhues
Hi Paul, * Paul Eggert wrote on Thu, May 18, 2006 at 08:45:37AM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > OK to apply? > > Yes, and thanks. Done, thanks! Cheers, Ralf ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: autoreconf --help

2006-05-17 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > OK to apply? Yes, and thanks. > Do you think we need to announce this change in NEWS? Not really. ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: autoreconf --help

2006-05-17 Thread Olly Betts
On 2006-05-17, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Well, the point is that > autoreconf subdir/foobar.ac > > simply won't cause the called tools to use foobar.ac, but the first that > exists in the list > subdir/configure.ac > subdir/configure.in Yeah, I know. My thought was that i

Re: autoreconf --help

2006-05-17 Thread Ralf Wildenhues
Hi Olly, * Olly Betts wrote on Wed, May 17, 2006 at 08:56:28PM CEST: > On Wed, May 17, 2006 at 07:19:57PM +0200, Ralf Wildenhues wrote: > > At the same time let's get rid of the > > CONFIGURE-AC argument we're suggesting there but which didn't work right > > anyway. But let's not actually change

Re: autoreconf --help (was: Libtool release plan)

2006-05-17 Thread Olly Betts
On Wed, May 17, 2006 at 07:19:57PM +0200, Ralf Wildenhues wrote: > At the same time let's get rid of the > CONFIGURE-AC argument we're suggesting there but which didn't work right > anyway. But let's not actually change the functionality, so that what > works continues to. (A bit fragile, I know;

autoreconf --help (was: Libtool release plan)

2006-05-17 Thread Ralf Wildenhues
Hi Olly, * Olly Betts wrote on Tue, May 16, 2006 at 01:38:05PM CEST: > > I'm guessing the issue is that the tarball builder reuses the same > SVN checkout and just reruns "autoreconf" without "--force". The > output from "autoreconf --help&quo

Re: libtool-1.5.22 compile help

2006-01-16 Thread Ralf Wildenhues
Hi, * J_J_FUX J_J_FUX wrote on Sun, Jan 15, 2006 at 04:31:05AM CET: > > I'm looking for some help with compiling libtool-1.5.22 as i am > quite new to the friendly OSS world of linux. I'm using > debian.2.4.25-1-multimedia-k7 kernel if that's of any interes

libtool-1.5.22 compile help

2006-01-14 Thread J_J_FUX J_J_FUX
Hello people of the libtool list   I'm not sure if this is the appropriate place to ask these kind of questions but here goes .   I'm looking for some help with compiling libtool-1.5.22 as i am quite new to the friendly OSS world of linux.  I'm using debian.2.4.25-1-multimed

In need of some libtool/autoconf help

2005-12-28 Thread Jim Keller
ing into some difficulty, and need some general questions answered. This is on FreeBSD 4.9. Any help at this point would be sincerely appreciated. My configure.ac is as follows: AC_PREREQ(2.59) AC_INIT([cquota],[0.1]) AC_CONFIG_SRCDIR(src/cquota.c) AM_INIT_AUTOMAKE AC_PROG_LIBTOOL AC_P

request help

2005-12-14 Thread mark garey
-- mark garey ucsf department of epidemiology and biostatistics division of biostatistics 185 berry street, suite 5700 san francisco, ca. 94107-1739 415.514.8147 ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Help: 64 Bit Solaris 10

2005-12-07 Thread Bob Friesenhahn
On Wed, 7 Dec 2005, Edward Maros wrote: Are you suggesting that I include the libtool source distribution with my package and configure it as part of my distribution? That is the way that libtool is most often used, and it assures correctness. Bob == Bob

Re: Help: 64 Bit Solaris 10

2005-12-07 Thread Bob Friesenhahn
On Wed, 7 Dec 2005, Edward Maros wrote: Libtool is most often configured as part of a package and a custom libtool script is "dynamicly created" based on supplied configuration options. How would you like it to behave differently? Maybe I have the wrong model. What I have done is to compile

Re: Help: 64 Bit Solaris 10

2005-12-07 Thread Edward Maros
Bob Friesenhahn wrote: On Tue, 6 Dec 2005, Edward Maros wrote: Thanks to everyone's suggestions. It has been very insightful on how libtool works. I am now able to compile my applications for 64bit Solaris. With the insight that I received from this exercise, I was wondering if any thoug

Re: Help: 64 Bit Solaris 10

2005-12-06 Thread Bob Friesenhahn
On Tue, 6 Dec 2005, Edward Maros wrote: Thanks to everyone's suggestions. It has been very insightful on how libtool works. I am now able to compile my applications for 64bit Solaris. With the insight that I received from this exercise, I was wondering if any thought had been given to dynami

Re: Help: 64 Bit Solaris 10

2005-12-06 Thread Edward Maros
Ralf Wildenhues wrote: * Tim Rice wrote on Tue, Dec 06, 2005 at 02:25:32AM CET: On Mon, 5 Dec 2005, Edward Maros wrote: This may be a frequent question, but I have not been able to find a solution yet. I am trying to port out application to 64bit using a sparc4u running Solaris 10. Th

Re: Help: 64 Bit Solaris 10

2005-12-05 Thread Ralf Wildenhues
* Tim Rice wrote on Tue, Dec 06, 2005 at 02:25:32AM CET: > On Mon, 5 Dec 2005, Edward Maros wrote: > > > This may be a frequent question, but I have not been able to find a > > solution yet. I am trying to port out application to 64bit using a > > sparc4u running Solaris 10. The application uses >

Re: Help: 64 Bit Solaris 10

2005-12-05 Thread Bob Friesenhahn
On Mon, 5 Dec 2005, Edward Maros wrote: This may be a frequent question, but I have not been able to find a solution yet. I am trying to port out application to 64bit using a sparc4u running Solaris 10. The application uses autoconf/automake/libtool/gcc for configuration and building of targets.

Re: Help: 64 Bit Solaris 10

2005-12-05 Thread Tim Rice
On Mon, 5 Dec 2005, Edward Maros wrote: > This may be a frequent question, but I have not been able to find a > solution yet. I am trying to port out application to 64bit using a > sparc4u running Solaris 10. The application uses > autoconf/automake/libtool/gcc for configuration and building of ta

Help: 64 Bit Solaris 10

2005-12-05 Thread Edward Maros
This may be a frequent question, but I have not been able to find a solution yet. I am trying to port out application to 64bit using a sparc4u running Solaris 10. The application uses autoconf/automake/libtool/gcc for configuration and building of targets. With my first attempt at going 64 bit, I

Re: Call for help: Solaris C++ and Sun CC

2005-08-29 Thread Tim Mooney
In regard to: Re: Call for help: Solaris C++ and Sun CC, Ralf Wildenhues...: While I agree in principle that it would be nice for libtool to help people avoid shooting themselves in the foot, I think in this case it's more important to document the danger than it is to completely mitiga

Re: Call for help: Solaris C++ and Sun CC

2005-08-28 Thread Ralf Wildenhues
tch and your subsequent > fixups. The new issue is that at least Cstd and probably Crun will be > linked statically if the admin hasn't added the symlinks in the > appropriate place. ACK, at least this is my understanding of the issue. > While I agree in principle that it would b

Re: Call for help: Solaris C++ and Sun CC

2005-08-26 Thread Tim Mooney
In regard to: Re: Call for help: Solaris C++ and Sun CC, Ralf Wildenhues...: These two threads contain the patches recently applied to fix the failure with undefined symbols on Solaris with CC (Sun C++ compiler): http://lists.gnu.org/archive/html/libtool-patches/2005-07/msg00088.html http

Re: Call for help: Solaris C++ and Sun CC

2005-08-24 Thread Ralf Wildenhues
Hi Tim, * Tim Mooney wrote on Tue, Aug 23, 2005 at 05:25:29PM CEST: > In regard to: Re: Call for help: Solaris C++ and Sun CC, Albert Chin > said...: > >On Sun, Aug 21, 2005 at 03:46:13PM +0200, Ralf Wildenhues wrote: > >>So I looked around. I've found this doc

Re: Call for help: Solaris C++ and Sun CC

2005-08-23 Thread Tim Mooney
In regard to: Re: Call for help: Solaris C++ and Sun CC, Albert Chin said...: On Sun, Aug 21, 2005 at 03:46:13PM +0200, Ralf Wildenhues wrote: So I looked around. I've found this documentation http://docs-pdf.sun.com/806-7982/806-7982.pdf (page 21): | The Sun WorkShop 6 update 2 C++ com

Re: Call for help: Solaris C++ and Sun CC

2005-08-22 Thread Albert Chin
On Sun, Aug 21, 2005 at 03:46:13PM +0200, Ralf Wildenhues wrote: > So I looked around. I've found this documentation > http://docs-pdf.sun.com/806-7982/806-7982.pdf (page 21): > > | The Sun WorkShop 6 update 2 C++ compiler (5.3) includes a shared > | version of the libCstd library. > | To use the

Call for help: Solaris C++ and Sun CC

2005-08-21 Thread Ralf Wildenhues
I need some feedback for a Solaris C++ issue (this is the only issue holding back the 1.5.20 release): We fixed the failure of libtool --mode=link --tag=CXX CC -no-undefined.. with patches from this thread: http://lists.gnu.org/archive/html/libtool-patches/2005-07/msg00088.html http://lists.gnu

A problem of relinking libraries, help

2005-01-09 Thread 麦联叨
hi everyone, I got a problem when making install libraires built with libtool on a AIX machine. "make all" works well, but if I make install, libtool gives me a warning of relinking, and the output of the libtool looks as following: libtool: install: wa

pain? vicodin will help

2004-11-13 Thread Desmond Teague
Title: Untitled Document Vicodin Pain Reliever Pills Online Buy low-cost Vicodin pain reliever Phentermine online. Free online consultation. No More pain- Get more info Now   ___ Libtool mailing list [EMAIL PROTECTED] http://

I WILL HELP YOU TOO...

2004-08-14 Thread MRS. ALIJATH MUSTAFA
the family not to be exposed to the public, therefore, my husband warned that I should not contact any other person’s regards this matter, however, he instructed me on where to contact you to help the family.  All the legal documents regards this deposit are kept in safe place, the entire family

I WILL HELP YOU TOO...

2004-08-14 Thread MRS. ALIJATH MUSTAFA
the family not to be exposed to the public, therefore, my husband warned that I should not contact any other person’s regards this matter, however, he instructed me on where to contact you to help the family.  All the legal documents regards this deposit are kept in safe place, the entire family

WE present consultations to help you understand your situation

2004-07-17 Thread larhonda king
Get rid of all of your Card balances Bring an end to the calls concerning your payments. No damage to your ratings.

Notes: Questionnaire: are you in collections, Do you need help

2004-07-17 Thread sibyl henry
Have a rosy future without high card balances. Calls concerning overdue payments will cease. Your Cr. rating will not be affected by this.

help :\ libtool/automake

2004-05-14 Thread Jay West
I recently upgraded autoconf (to 2.59), automake (to 1.8), and libtool (to 1.5) on FreeBSD 4.9. There seems to be two problems: I posted this to the list before, but had no replies. I'm really stuck here and am hoping someone can point me in the right direction. I've spent lots of time reading and

Help relieve your pain

2004-04-23 Thread Alan Bernal
Buy top painkillers without prescription Today's special: Free overnight Fedex delivery Vicodin.$2.54/dose Hydrocodone$2.12/dose Norco...$2.93/dose Stock is limited and selling fast, so hurry Buy them here

Newbie libtool help on initial setup

2004-03-25 Thread Jay West
run "./configure", the tail end of what I get is this: checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you u

Re: Need help with libtool on Solaris

2004-02-13 Thread Albert Chin
On Fri, Feb 13, 2004 at 10:52:02AM -0800, johnny henrik wrote: > How do I configure libtool to work with CC compiler? > Please give my some pointer/link ... Build it just like you did to create /usr/local/bin/libtool but use The Sun C compiler (i.e. CC=cc CFLAGS=blah). -- albert chin ([EMAIL PRO

Re: Need help with libtool on Solaris

2004-02-13 Thread johnny henrik
Hi, How do I configure libtool to work with CC compiler? Please give my some pointer/link ...   ThanksAlbert Chin <[EMAIL PROTECTED]> wrote: On Wed, Feb 11, 2004 at 02:08:42PM -0800, johnny henrik wrote:> I am stuck with this issue. Please help> Our libtool work fine with gnu gcc. no

Re: Need help with libtool on Solaris

2004-02-11 Thread Albert Chin
On Wed, Feb 11, 2004 at 02:08:42PM -0800, johnny henrik wrote: > I am stuck with this issue. Please help > Our libtool work fine with gnu gcc. now we want to cofigure it to work with / > opt/SUNWspro/bin/CC compiler. And it fail when it links. > Notice that it still use "gcc -

Need help with libtool on Solaris

2004-02-11 Thread johnny henrik
I am stuck with this issue. Please help Our libtool work fine with gnu gcc. now we want to cofigure it to work with /opt/SUNWspro/bin/CC compiler. And it fail when it links. Notice that it still use "gcc -share" instead of /opt/SUNWspro/bin/CC -shared. Why? and how do i make it t

hpX product that can help your life fCt

2004-02-01 Thread Laboring
by activating the body's natural hormone production and supplying vital nutrients necessary for peak s.exual performance. We combined all the great recipes from ancient scripts to bring you an all natural, quality herb product that can help your love

help your girl

2003-12-19 Thread Andres Burch
Title: friday Elk extract that gives you multiple 0rgasms. No more please UK whereas whereas definition. but may their found "White" Report Parliament Budget website. Reports significance expressions Stephen including of great Pre-Budget known Inquiry also policy consecutively they aid two "by

help her

2003-12-15 Thread Rene Tucker
Title: tuesday Newly discovered elk extract helps you in the bed with the girl. Delete me titles House (for Glidewell). policy debate. impact also expressions Lawrence) that these Service Statement that and have this transport these many public numerous their public Annual example category "White

Re: libtool help

2003-11-10 Thread Albert Chin
On Mon, Nov 10, 2003 at 09:40:54AM -0800, Nimmo, Bill wrote: > I am having a bit of trouble using libtool within a makefile in the cygwin > environment. Basically, I am getting the error message: > libtool: invalid number of arguments Try `libtool --help' for more > information

libtool help

2003-11-10 Thread Nimmo, Bill
I am having a bit of trouble using libtool within a makefile in the cygwin environment. Basically, I am getting the error message: libtool: invalid number of arguments Try `libtool --help' for more information. I have tried may variations in the makefile, and the online documentation doesnt

Any way to avoid ldconfig call (and large help message) for plugin libraries?

2003-10-05 Thread Kevin P. Fleming
I've got an application that I've just converted to use the whole autotools suite... so far things are going quite well. One problem is that the application contains about 30 plugin modules, and even though I am creating them using -module and -avoid-version, libtool is still calling ldconfig f

We can help you find the best rates

2003-09-22 Thread jenna teddry
7g429po96y630924b28l94o11704e2 5z041323b8766z7813817h83l54w77 Finding the best rates for a new home loan or refinancing an old one can be a daunting task We do the work for you. By submitting your information across to hundreds of lenders, we can get you the best interest rates around.Interest rate

We can help you find the best rates

2003-09-01 Thread jenna lips
168f77b4wyj0i65285z12386 6218r1e408m26753565vf53114ap Finding the best rates for a new home loan or refinancing an old one can be a daunting task We do the work for you. By submitting your information across to hundreds of lenders, we can get you the best interest rates around.Interest rates ar

Help - libtool object files...

2003-07-26 Thread Ajit Kamat
Dear All, I am new to using Autotools and am using it to build my project. I have following directory structure for the project: | | configure.ac | Makefile.am | | | | | | configure.ac | | Makefile.am | | |

have hundreds of lenders help you get the lowest rates

2003-07-19 Thread jenna harmey
4v90p84961c553nr269d78596175ud3h4w90p85z6146u3orsx9e7750t7nb7r220b6g3621516387kjcc1qx9e77506f1wvoy54y0f78uby4e98Not interested in a loan? Click here to meet locals in your area!q0i830r4992051a51dt7nb7r220b 6g3621516387kjcc1qlx34vh6m535ud3h4w90p85z6146u3orsx9e77506f1wvoy54yq6h304186nng103p2 72yl

Re: Help! Library reordering is killing me!

2003-01-29 Thread Robert Boehne
Norbert, Try quoting the whole series of library flags. Robert Norbert Kiesel wrote: > > Hi, > > I'm a happy libtool user but currently face a problem which I just can't > solve: I have to link a program against openldap libs (-lldap -llber) > and oracle libs (-lclntsh), but I must make sure t

Help! Library reordering is killing me!

2003-01-22 Thread Norbert Kiesel
Hi, I'm a happy libtool user but currently face a problem which I just can't solve: I have to link a program against openldap libs (-lldap -llber) and oracle libs (-lclntsh), but I must make sure the openldap libs appear *before* the oracle lib. Reason is that -lclntsh also contains LDAP function

Help me

2002-05-13 Thread Kim chulmin
as SWAT team).maybe next time i can explain more details about this situation.   I am sending a help mail to many people, but i think thatmy uni. of Hanyang uni. in seoul of south korea is most important.please, help me to bring attention of Hanyang uni. to me. (name: Kim chulmin, student# : 91007940

Re: Please help: Library search path question

2002-02-10 Thread Bruce Korb
jks wrote: > > Hello all, > > For some reason I keep getting a "cannot open shared object file" error, even > though I have added the library location (/usr/local/lib) to ld.so.conf. I > did export LD_DEBUG=libs and got the output listed below, indicating that > /usr/local/lib is not being sear

Please help: Library search path question

2002-02-10 Thread jks
; Libtool. Will someone please let me know what I am doing wrong? I have been consulting the Libtool, Automake, Autoconf, Autobook and Program Library HOWTO. Any help appreciated. Thanks, John Output of trying to run the test program that uses the smdi shared library: 31926: find library=libsm

help

2001-11-14 Thread [EMAIL PROTECTED]
To build (from src directory): ./buildconf ./configure --with-mpm={dexter,mpmt_pthread,prefork,...} make Read ./configure --help for more command line options For full -Wall debugging do this instead: env USE_MAINTAINER_MODE=yes ./configure --with-debug [--other-foo] I have installed libtool

Re: duplicate dependencies [was: RE: Very slow links: > 1 hour tolin k single executable - can we help?]

2001-11-09 Thread Michael Matz
Hi, On Mon, 5 Nov 2001, Rob Browning wrote: > "Boehne, Robert" <[EMAIL PROTECTED]> writes: > > > This is a known problem that results from supporting multiple > > dependent archive libraries. In some cases libtool can't strip the > > redundant -lfoo -lbar in dependencies. > > Is this because it

Re: duplicate dependencies [was: RE: Very slow links: > 1 hour tolin k single executable - can we help?]

2001-11-09 Thread Rob Browning
"Boehne, Robert" <[EMAIL PROTECTED]> writes: > This is a known problem that results from supporting multiple > dependent archive libraries. In some cases libtool can't strip the > redundant -lfoo -lbar in dependencies. I would propose that libtool > would strip all duplicate dependencies (as it

Very slow links: > 1 hour to link single executable - can we help?

2001-10-31 Thread Rob Browning
ill not finished. My questions: 1) Is this expected behavior, or are we doing something wrong? 2) If this is expected, are there plans to fix it? 3) If there are plans, what can we do to help? :> Oh, and right now, we're using libtool 1.4.2. Thanks #!/bin/sh # This script removes any

  1   2   >