This message was forwarded from developers-l...@monetdb.org.  The MonetDB
mailing lists have moved to monetdb.org.  Please subscribe to
developers-l...@monetdb.org, and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list

Send developers-list mailing list submissions to
        developers-l...@monetdb.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.monetdb.org/mailman/listinfo/developers-list
or, via email, send a message with subject or body 'help' to
        developers-list-requ...@monetdb.org

You can reach the person managing the list at
        developers-list-ow...@monetdb.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of developers-list digest..."


Today's Topics:

   1. Re: readline and the Mac build (Fabian Groffen)
   2. Re: readline and the Mac build (Masood Mortazavi)
   3. Re: readline and the Mac build (Stefan Manegold)
   4. Re: readline and the Mac build (Fabian Groffen)


----------------------------------------------------------------------

Message: 1
Date: Wed, 28 Nov 2012 13:44:57 +0100
From: Fabian Groffen <fab...@monetdb.org>
To: developers-l...@monetdb.org
Subject: Re: readline and the Mac build
Message-ID: <20121128124457.gj27...@cwi.nl>
Content-Type: text/plain; charset="utf-8"

On 26-11-2012 08:40:41 +0100, Masood Mortazavi wrote:
> It seems "readline" isn't linked in the Mac build and installation.?
> 
> Configure or package repository don't indicate any issues, and yet history
> completions fail on mclient's sql prompt.

fabian% scanmacho --needed install/bin/mclient |grep readline
x86_64 MH_EXECUTE
/Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libmapi.6.dylib,/Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libstream.3.dylib,/Volumes/scratch/gentoo/x86_64/lib/libz.1.dylib,/Volumes/scratch/gentoo/x86_64/lib/libbz2.1.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libssl.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcrypto.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/lib/libreadline.6.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcurl.4.dylib,/Volumes/scratch/gentoo/x86_64/lib/libiconv.2.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/gcc/x86_64-apple-darwin9/4.2.1/libgcc_s.1.dylib,/usr/lib/libSystem.B.dylib
install/bin/mclient 
fabian% ./install/bin/mclient --version
mclient, the MonetDB interactive terminal (Oct2012-8324309eddfb)
support for command-line editing compiled-in
character encoding: UTF-8

Seems to be working fine for me?

Fabian


-- 
Fabian Groffen                              fab...@monetdb.org
column-store pioneer               http://www.monetdb.org/Home
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: Digital signature
URL: 
<http://mail.monetdb.org/pipermail/developers-list/attachments/20121128/1d13e2a7/attachment.sig>

------------------------------

Message: 2
Date: Wed, 28 Nov 2012 19:15:54 -0800
From: Masood Mortazavi <masoodmortaz...@gmail.com>
To: "Communication channel for developers of the MonetDB suite."
        <developers-l...@monetdb.org>
Subject: Re: readline and the Mac build
Message-ID:
        <CAEMN6cWhVm4CQB_z2hx-PynyyuJw=FoO0QmWwwmeCntK+_KN=g...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On my system, with default (no argument or options) configure, make and
make install, I have:

masood$ mclient --version
mclient, the MonetDB interactive terminal (unreleased)
character encoding: UTF-8


despite the fact that readline (headers and libraries) seem to be installed
under /opt/local.

Thanks,
- m.



On Wed, Nov 28, 2012 at 4:44 AM, Fabian Groffen <fab...@monetdb.org> wrote:

> On 26-11-2012 08:40:41 +0100, Masood Mortazavi wrote:
> > It seems "readline" isn't linked in the Mac build and installation.
> >
> > Configure or package repository don't indicate any issues, and yet
> history
> > completions fail on mclient's sql prompt.
>
> fabian% scanmacho --needed install/bin/mclient |grep readline
> x86_64 MH_EXECUTE
>
> /Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libmapi.6.dylib,/Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libstream.3.dylib,/Volumes/scratch/gentoo/x86_64/lib/libz.1.dylib,/Volumes/scratch/gentoo/x86_64/lib/libbz2.1.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libssl.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcrypto.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/lib/libreadline.6.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcurl.4.dylib,/Volumes/scratch/gentoo/x86_64/lib/libiconv.2.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/gcc/x86_64-apple-darwin9/4.2.1/libgcc_s.1.dylib,/usr/lib/libSystem.B.dylib
> install/bin/mclient
> fabian% ./install/bin/mclient --version
> mclient, the MonetDB interactive terminal (Oct2012-8324309eddfb)
> support for command-line editing compiled-in
> character encoding: UTF-8
>
> Seems to be working fine for me?
>
> Fabian
>
>
> --
> Fabian Groffen                              fab...@monetdb.org
> column-store pioneer               http://www.monetdb.org/Home
>
> _______________________________________________
> developers-list mailing list
> developers-l...@monetdb.org
> http://mail.monetdb.org/mailman/listinfo/developers-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.monetdb.org/pipermail/developers-list/attachments/20121128/718cbfd0/attachment.html>

------------------------------

Message: 3
Date: Thu, 29 Nov 2012 08:10:14 +0100 (CET)
From: Stefan Manegold <stefan.maneg...@cwi.nl>
To: "Communication channel for developers of the MonetDB suite."
        <developers-l...@monetdb.org>
Subject: Re: readline and the Mac build
Message-ID: <538575882.66956.1354173014721.javamail.r...@cwi.nl>
Content-Type: text/plain; charset=utf-8

What does

grep -i readline <BUILDDIR>/config.*

say?


----- Original Message -----
> On my system, with default (no argument or options) configure, make
> and
> make install, I have:
> 
> masood$ mclient --version
> mclient, the MonetDB interactive terminal (unreleased)
> character encoding: UTF-8
> 
> 
> despite the fact that readline (headers and libraries) seem to be
> installed
> under /opt/local.
> 
> Thanks,
> - m.
> 
> 
> 
> On Wed, Nov 28, 2012 at 4:44 AM, Fabian Groffen <fab...@monetdb.org>
> wrote:
> 
> > On 26-11-2012 08:40:41 +0100, Masood Mortazavi wrote:
> > > It seems "readline" isn't linked in the Mac build and
> > > installation.
> > >
> > > Configure or package repository don't indicate any issues, and
> > > yet
> > history
> > > completions fail on mclient's sql prompt.
> >
> > fabian% scanmacho --needed install/bin/mclient |grep readline
> > x86_64 MH_EXECUTE
> >
> > /Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libmapi.6.dylib,/Volumes/scratch/monet/GNU-Darwin-x86_64-propcheck-8324309eddfb-Oct2012/install/lib/libstream.3.dylib,/Volumes/scratch/gentoo/x86_64/lib/libz.1.dylib,/Volumes/scratch/gentoo/x86_64/lib/libbz2.1.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libssl.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcrypto.1.0.0.dylib,/Volumes/scratch/gentoo/x86_64/lib/libreadline.6.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/libcurl.4.dylib,/Volumes/scratch/gentoo/x86_64/lib/libiconv.2.dylib,/Volumes/scratch/gentoo/x86_64/usr/lib/gcc/x86_64-apple-darwin9/4.2.1/libgcc_s.1.dylib,/usr/lib/libSystem.B.dylib
> > install/bin/mclient
> > fabian% ./install/bin/mclient --version
> > mclient, the MonetDB interactive terminal (Oct2012-8324309eddfb)
> > support for command-line editing compiled-in
> > character encoding: UTF-8
> >
> > Seems to be working fine for me?
> >
> > Fabian
> >
> >
> > --
> > Fabian Groffen                              fab...@monetdb.org
> > column-store pioneer               http://www.monetdb.org/Home
> >
> > _______________________________________________
> > developers-list mailing list
> > developers-l...@monetdb.org
> > http://mail.monetdb.org/mailman/listinfo/developers-list
> >
> >
> 
> _______________________________________________
> developers-list mailing list
> developers-l...@monetdb.org
> http://mail.monetdb.org/mailman/listinfo/developers-list
> 


------------------------------

Message: 4
Date: Thu, 29 Nov 2012 08:38:56 +0100
From: Fabian Groffen <fab...@monetdb.org>
To: developers-l...@monetdb.org
Subject: Re: readline and the Mac build
Message-ID: <20121129073856.gt9...@cwi.nl>
Content-Type: text/plain; charset="utf-8"

On 29-11-2012 04:16:22 +0100, Masood Mortazavi wrote:
> On my system, with default (no argument or options) configure, make and make
> install,?I have:
> 
> masood$ mclient --version
> 
> mclient, the MonetDB interactive terminal (unreleased)
> 
> character encoding: UTF-8
> 
> despite the fact that readline (headers and libraries) seem to be installed
> under /opt/local.

You give the answer yourself.  The configure script does not know you
happened to install (GNU) readline under /opt/local/{include,lib}.  Tell
it where your readline is, so it can consider using it.

Fabian


-- 
Fabian Groffen                              fab...@monetdb.org
column-store pioneer               http://www.monetdb.org/Home
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: Digital signature
URL: 
<http://mail.monetdb.org/pipermail/developers-list/attachments/20121129/89bd35ea/attachment.sig>

------------------------------

_______________________________________________
developers-list mailing list
developers-l...@monetdb.org
http://mail.monetdb.org/mailman/listinfo/developers-list


End of developers-list Digest, Vol 3, Issue 11
**********************************************

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to