".constructors_used": algparam.o cryptlib.o ida.o
".destructors_used": cryptlib.o
JG
On Thursday, October 3, 2002, at 03:04 PM, Jan Gacnik wrote:
Hello.
".constructors_used" can be found in: cryptlib.o filters.o ida.o secshare.
".destructors_used" can be found in: cryptlib.o filters.o secshare.o
Is there anything special about these files?
JG
On Wednesday, October 2, 2002, at 05:30 PM, Jan Gacnik wrote:
Hello again.
I think it could help if someone who was able to build it on OS X could send me the '-v' output of the linking process.
Mine looks like this:
c++ -o cryptest.exe -g -pipe -fno-pic -fno-coalesce-templates bench.o test.o validat1.o validat2.o validat3.o -L. -lcryptopp -v -lstdc++
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-937.2, based on gcc version 2.95.2 19991024 (release)
/usr/bin/ld -arch ppc -o cryptest.exe -dynamic -lcrt1.o -L. -L/usr/lib/gcc/darwin/2.95.2 -L/usr/lib/gcc/darwin bench.o test.o validat1.o validat2.o validat3.o -lcryptopp -lstdc++ -lstdc++ -lcc_dynamic -lSystem
/usr/bin/ld: Undefined symbols:
.constructors_used
.destructors_used
By the way: Some of you mentioned that for an unknown reason you have to add '-lstdc++' to the linker flags. I do not have to.
JG
