Re: Berkeley DB cannot be found on Ubuntu

2015-07-16 Thread Oswald Buddenhagen
On Thu, Jul 16, 2015 at 12:13:53PM +0200, Reimar Döffinger wrote: > Dependencies always had to be specified _after_ the files depending on them. > It usually works anyway because this is only enforced for static > libraries (so presumably for some reason the static libdb is picked > instead of the

Re: Berkeley DB cannot be found on Ubuntu

2015-07-16 Thread Reimar Döffinger
On 16 July 2015 09:26:33 CEST, Oswald Buddenhagen wrote: >On Wed, Jul 15, 2015 at 07:41:02PM +, daniel szmulewicz wrote: >> It turns out I was right. The test passes on the command line with >the >> lib and the source file (conftest.c) inverted position-wise. >> What next? >> >find out wheth

Re: Berkeley DB cannot be found on Ubuntu

2015-07-16 Thread Oswald Buddenhagen
On Wed, Jul 15, 2015 at 07:41:02PM +, daniel szmulewicz wrote: > It turns out I was right. The test passes on the command line with the > lib and the source file (conftest.c) inverted position-wise. > What next? > find out whether that is a deliberate change or a bug in gnu ld. if it's the for