Re: libtool doesn't create .so

2010-03-23 Thread Mark Bucciarelli
On Fri, Mar 19, 2010 at 8:37 PM, Stuart Henderson s...@spacehopper.org wrote: Here's what I have up to now. Not tested yet but I thought I'd send something out rather than sit on it... Do I need to be running current? I tried $ cd libmonetdb $ make clean ... $ make configure

Re: libtool doesn't create .so

2010-03-23 Thread Marc Espie
On Tue, Mar 23, 2010 at 03:44:52PM -0400, Mark Bucciarelli wrote: On Fri, Mar 19, 2010 at 8:37 PM, Stuart Henderson s...@spacehopper.org wrote: Here's what I have up to now. Not tested yet but I thought I'd send something out rather than sit on it... Do I need to be running current?

Re: libtool doesn't create .so

2010-03-23 Thread Mark Bucciarelli
On Tue, Mar 23, 2010 at 6:10 PM, Marc Espie es...@nerim.net wrote: Yes, very current. Can I use a snapshot? m

Re: libtool doesn't create .so

2010-03-20 Thread Mark Bucciarelli
On Fri, Mar 19, 2010 at 8:37 PM, Stuart Henderson s...@spacehopper.org wrote: Here's what I have up to now. Not tested yet but I thought I'd send something out rather than sit on it... Thanks for your help. You did a ton of work. I'm working on a patch for the dynamic loading issue, and

Re: libtool doesn't create .so

2010-03-19 Thread Mark Bucciarelli
On Thu, Mar 18, 2010 at 12:59 PM, Mark Bucciarelli mkb...@gmail.com wrote: How do I get the symbolic links generated from .so.version to .so? What I've learned: * If my test code is right (see below), dlopen(libbat.so) and dlopen(/usr/local/lib/libbat.so.1.34) do the same thing on

Re: libtool doesn't create .so

2010-03-19 Thread Mark Bucciarelli
On Fri, Mar 19, 2010 at 11:05 AM, Stuart Henderson s...@spacehopper.org wrote: There are some problems with SSL checks which need configure Maybe an upstream fix didn't make it into the Feb2010 tarballs. There was a patch to buildtools/conf/MonetDB.m4 applied to HEAD to fix issues I was

Re: libtool doesn't create .so

2010-03-19 Thread Stuart Henderson
On 2010/03/19 11:30, Mark Bucciarelli wrote: On Fri, Mar 19, 2010 at 11:05 AM, Stuart Henderson s...@spacehopper.org wrote: There are some problems with SSL checks which need configure Maybe an upstream fix didn't make it into the Feb2010 tarballs. There was a patch to

Re: libtool doesn't create .so

2010-03-19 Thread patrick keshishian
On Fri, Mar 19, 2010 at 7:28 AM, Mark Bucciarelli mkb...@gmail.com wrote: On Thu, Mar 18, 2010 at 12:59 PM, Mark Bucciarelli mkb...@gmail.com wrote: How do I get the symbolic links generated from .so.version to .so? What I've learned:  * If my test code is right (see below),

Re: libtool doesn't create .so

2010-03-18 Thread Mark Bucciarelli
On Wed, Mar 17, 2010 at 10:37 AM, Stuart Henderson s...@spacehopper.org 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

Re: libtool doesn't create .so

2010-03-18 Thread Jacob Meuser
On Thu, Mar 18, 2010 at 12:59:57PM -0400, Mark Bucciarelli wrote: On Wed, Mar 17, 2010 at 10:37 AM, Stuart Henderson s...@spacehopper.org 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

Re: libtool doesn't create .so

2010-03-17 Thread Mark Bucciarelli
On Wed, Mar 17, 2010 at 10:37 AM, Stuart Henderson s...@spacehopper.org wrote: I suggest starting by trying to create a port OK, thanks. m

Re: libtool doesn't create .so

2010-03-17 Thread Stuart Henderson
It looks like you're trying to build this standalone. I suggest starting by trying to create a port (see the faq and the various tutorials available) so you can make use of the work that's already been done. There is a lot of infrastructure there to deal with libtool, autoconf, etc. On

Re: libtool doesn't create .so

2010-03-17 Thread Jacob Meuser
On Wed, Mar 17, 2010 at 10:30:51AM -0400, Mark Bucciarelli wrote: Hi, I'm working on getting MonetDB to build on OpenBSD 4.6. I'm having a shared library issue. I've read http://www.openbsd.org/porting/libraries.html but couldn't figure out how to fix this. The MonetDB server is