On Thursday 25 December 2003 14:18, Lars Kneschke wrote:
> That's the problematic line from the ebuild file.
>
> myconf="--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\""
> econf $myconf

You need to double quote like:
myconf='--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\"'
or
myconf="--with-pgsql-includes=/usr/include --with-modules=\\\"gmysql ldap\\\""

As the first quotes are used for storing the params in myconf. calling econf 
goes right then, but econf then calles configure where it goes wrong.

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: [EMAIL PROTECTED]
Homepage: http://www.devrieze.net

Attachment: pgp00000.pgp
Description: signature

Reply via email to