On Thu, Mar 18, 2010 at 12:59:57PM -0400, Mark Bucciarelli wrote:
> > On Wed, Mar 17, 2010 at 10:37 AM, Stuart Henderson <[email protected]> 
> > wrote:
> >>
> >> I suggest starting by trying to create a port
> >>
> 
> So make install of monetdb/monetdb runs without
> error.
> 
> But after the install, when I list the LIB_SHARED
> files in /usr/local/lib, there is still no .so libs, only
> files  with the .so.<version>.

as I said before, this is platform specific.  libtool creates
differently named files on different platforms.

> The app logic open()'s the file with the
> plain .so extension.

I'm kinda curious why it uses open() instead of dlopen().  see, the
reason libtool creates differently named library files on different
platforms is because different platforms expect different names for
*libraries and other shared objects*.

> How do I get the symbolic links generated
> from .so.<version> to .so?

you'll have to do it yourself.

-- 
[email protected]
SDF Public Access UNIX System - http://sdf.lonestar.org

Reply via email to