public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Learning to use libtool
@ 2009-03-02  1:19 Kevin O'Gorman
  2009-03-02  1:59 ` Mike Kazantsev
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin O'Gorman @ 2009-03-02  1:19 UTC (permalink / raw
  To: gentoo-user

I'm trying to learn about libtool for the New Riders book "GNU
Attoconf, Automake and libtool", and I'm stymied early on.  It wants
me to run a "ltconfig" program that does not seem to exist.  It said
to find a few things in /usr/local/share/libtool, and I found all but
one of them in /usr/share/libtool, but no ltconfig.

I'm in a similar fix on Ubunu, the only other Linux I have at home.

Can anyone enlighten me?

++ kevin
-- 
Kevin O'Gorman, PhD



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Learning to use libtool
  2009-03-02  1:19 [gentoo-user] Learning to use libtool Kevin O'Gorman
@ 2009-03-02  1:59 ` Mike Kazantsev
  2009-03-02  3:04   ` Kevin O'Gorman
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Kazantsev @ 2009-03-02  1:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

On Sun, 1 Mar 2009 17:19:19 -0800
"Kevin O'Gorman" <kogorman@gmail.com> wrote:

> I'm trying to learn about libtool for the New Riders book "GNU
> Attoconf, Automake and libtool", and I'm stymied early on.  It wants
> me to run a "ltconfig" program that does not seem to exist.  It said
> to find a few things in /usr/local/share/libtool, and I found all but
> one of them in /usr/share/libtool, but no ltconfig.

Prehaps it's just a typo and the program in question is "ldconfig"?


> I'm in a similar fix on Ubunu, the only other Linux I have at home.

Illustrates the fact that typos can be anywhere ;)


-- 
Mike Kazantsev // fraggod.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Learning to use libtool
  2009-03-02  1:59 ` Mike Kazantsev
@ 2009-03-02  3:04   ` Kevin O'Gorman
  2009-03-02 12:32     ` Albert Hopkins
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin O'Gorman @ 2009-03-02  3:04 UTC (permalink / raw
  To: gentoo-user

On Sun, Mar 1, 2009 at 5:59 PM, Mike Kazantsev
<mike_kazantsev@fraggod.net> wrote:
> On Sun, 1 Mar 2009 17:19:19 -0800
> "Kevin O'Gorman" <kogorman@gmail.com> wrote:
>
>> I'm trying to learn about libtool for the New Riders book "GNU
>> Attoconf, Automake and libtool", and I'm stymied early on.  It wants
>> me to run a "ltconfig" program that does not seem to exist.  It said
>> to find a few things in /usr/local/share/libtool, and I found all but
>> one of them in /usr/share/libtool, but no ltconfig.
>
> Prehaps it's just a typo and the program in question is "ldconfig"?
>
>
>> I'm in a similar fix on Ubunu, the only other Linux I have at home.
>
> Illustrates the fact that typos can be anywhere ;)

It appears the book is just out of date.  I need newer references.
It's definitely not ldconfig that's wanted, but a program that
configures a local copy of libtool itself.  Maybe it's now obsolete.
So I'm looking for a new reference.  All I've found so far is some
acrobat slides -- lots of them, but they have all the problems
inherent in slide presentations without a presenter.

++ kevin


-- 
Kevin O'Gorman, PhD



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Learning to use libtool
  2009-03-02  3:04   ` Kevin O'Gorman
@ 2009-03-02 12:32     ` Albert Hopkins
  2009-03-06 16:06       ` Kevin O'Gorman
  0 siblings, 1 reply; 5+ messages in thread
From: Albert Hopkins @ 2009-03-02 12:32 UTC (permalink / raw
  To: gentoo-user


> It appears the book is just out of date.  I need newer references.
> It's definitely not ldconfig that's wanted, but a program that
> configures a local copy of libtool itself.  Maybe it's now obsolete.
> So I'm looking for a new reference.  All I've found so far is some
> acrobat slides -- lots of them, but they have all the problems
> inherent in slide presentations without a presenter.

Not to sound like a dick, but did you even bother to look at the libtool
home page[1]?  There's a crapload of information there, including to the
answer to the mystery behind the missing ltconfig.

[1] http://www.gnu.org/software/libtool/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Learning to use libtool
  2009-03-02 12:32     ` Albert Hopkins
@ 2009-03-06 16:06       ` Kevin O'Gorman
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin O'Gorman @ 2009-03-06 16:06 UTC (permalink / raw
  To: gentoo-user

On Mon, Mar 2, 2009 at 4:32 AM, Albert Hopkins <marduk@letterboxes.org> wrote:
>
>> It appears the book is just out of date.  I need newer references.
>> It's definitely not ldconfig that's wanted, but a program that
>> configures a local copy of libtool itself.  Maybe it's now obsolete.
>> So I'm looking for a new reference.  All I've found so far is some
>> acrobat slides -- lots of them, but they have all the problems
>> inherent in slide presentations without a presenter.
>
> Not to sound like a dick, but did you even bother to look at the libtool
> home page[1]?  There's a crapload of information there, including to the
> answer to the mystery behind the missing ltconfig.
>
> [1] http://www.gnu.org/software/libtool/

Thanks.  This is helpful no matter what it sounds like.





-- 
Kevin O'Gorman, PhD



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-06 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02  1:19 [gentoo-user] Learning to use libtool Kevin O'Gorman
2009-03-02  1:59 ` Mike Kazantsev
2009-03-02  3:04   ` Kevin O'Gorman
2009-03-02 12:32     ` Albert Hopkins
2009-03-06 16:06       ` Kevin O'Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox