Thank you Luca
the setting you suggested actually solved my issue.
export LDFLAGS="-Wl,--no-as-needed"
./configure
I succeded compiling 1.9.0 with OCI support using the Instantclient.
Regards
Stefano
2012/4/27 Luca Fibbi :
> There has been a change to the build tools in ubuntu 11.10 The “–as-
There has been a change to the build tools in ubuntu 11.10 The “–as-needed”
flag is now passed to the linker. This primarily has implications for
dynamic library linking but it also affects the order that libraries appear
on the command line even for static linking.
I solved the problem by exportin
As I can't understand what I'm doing wrong with the configuration of
instantclient I made I tried on an other linux box and It was
successfull.
As I made exactly the same step in both machines I'll guess the devils
should be in some release of gcc, make and other base build utils.
The box where I