>>>>> "Eric" == Eric Ray <[EMAIL PROTECTED]> 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
