Hi,
I am trying to build some packages, as shared. While building, even though I specify -L<lib_directory> to configure, it is not fetching the libraries which are already in the library_directory(shared ones). The compilation stops in the middle showing missing libraries which are already present in <lib_directory>.
I have to edit the Makefile manually and give the libraries as --rpath -Wl,<library_name> in LDFLAGS= which then compiles.
Is there some way around this, like option to the configue ?.