automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shared libraries and automake


From: Tom Tromey
Subject: Re: shared libraries and automake
Date: 01 Apr 2002 09:28:14 -0700

>>>>> "Eric" == Eric Ray <address@hidden> writes:

Eric> is there another command to use a regular .so file?

No.  Building shared libraries portably is libtool's job.  So we
require it.

If you really want to do this, you can use _PROGRAMS and just give
your program a funny name.  This might work well enough if you assume
the user is using Linux.

It's much easier to just give in and use libtool though.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]