Lincoln,
Am 16.11.2005 um 05:04 schrieb Lincoln A. Baxter:
If you are willing to test a new Makefile.PL after I update it,
I will do so. My modifications to the Makefile are simple, I only
removed the compiler options in the linker flags. For some reason the
newly generated Makefile is completely different, so I have to
describe what I did. The original options are still in the comments
at the beginning of the file. There it reads
# dynamic_lib => { OTHERLDFLAGS=>q[ -Wl,+s -Wl,+n +DA2.0W +DS2.0
-L/sorry/oracle/app/oracle/product/10.1.0/rdbms/lib/ -L/sorry/oracle/
app/oracle/product/10.1.0/lib/ -lclntsh `cat /sorry/oracle/app/
oracle/product/10.1.0/lib/ldflags` `cat /sorry/oracle/app/oracle/
product/10.1.0/lib/sysliblist` -lm ] }
I changed the line further down to
OTHERLDFLAGS = +s +n -L/sorry/oracle/app/oracle/product/10.1.0/rdbms/
lib/ -L/sorry/oracle/app/oracle/product/10.1.0/lib/ -lclntsh `cat /
sorry/oracle/app/oracle/product/10.1.0/lib/ldflags` `cat /sorry/
oracle/app/oracle/product/10.1.0/lib/sysliblist` -lm
If this is not enough, I will reproduce what I did in the first
place. But I dont have access to the server now.
Markus