[odb-users] odb-2.2.1 should install the odb.so plugin into
$(gcc -print-file-name=plugin)
Hugo.Mildenberger at web.de
Hugo.Mildenberger at web.de
Tue Mar 26 14:49:04 EDT 2013
Hi Boris,
On Tue, 26 Mar 2013 13:16:59 +0200
Boris Kolpackov <boris at codesynthesis.com> wrote:
> Ok, I see what happens here. Libraries are installed into /usr/lib64,
> private executables into /usr/libexec, and GCC into /usr/lib. I've
> added the $prefix/lib check as a special case:
>
> http://scm.codesynthesis.com/?p=odb/odb.git;a=patch;h=f148cec91a4c98c5f4ad7fe248f9f9fba70174b9
Ok, your patch applied cleanly and 'odb.so' now gets installed into $(gcc -print-file-name=plugin) per default. The problem is a consequence of the very popular /usr/lib{,32,64} mess, with /usr/lib actually being a symbolic link to '/usr/lib64' here.
Hugo
More information about the odb-users
mailing list