On 2014-05-22 15:39, James L. Barker wrote:
> OS: RHEL 6.5
> Autoconf: 2.63
> Automake: 1.11.1
>
> I have a library compiled as a mylib.a without Position Independent Code.
>
> When I put the following line in my configure.ac file, the library is not
> found.
> LDFLAGS="-I/usr/local/packages/lib
On 05/22/2014 07:39 AM, James L. Barker wrote:
> OS: RHEL 6.5
Have you considered raising a support ticket with Red Hat?
> Autoconf: 2.63
This is not the latest version; perhaps a configure script generated by
a newer autoconf improves the behavior?
> Automake: 1.11.1
>
> I have a library comp