[odb-users] odb-2.2.1 should install the odb.so plugin into $(gcc -print-file-name=plugin)

Boris Kolpackov boris at codesynthesis.com
Tue Mar 26 07:16:59 EDT 2013


Hi Hugo,

Hugo.Mildenberger at web.de <Hugo.Mildenberger at web.de> writes:

> I've put some trace statements therein. This is the result:
>
> [...]
>
> |               libdir='/usr/lib64'

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


> I hesitate to split up this package on the fly. I'd assumed that you 
> thought about making the plugin a separate package?

No, I have no plans to split the ODB compiler into multiple packages.
ODB is already very fragmented.

Boris



More information about the odb-users mailing list