|
From: John R.
|
> Using gcc, They are dynamically linked libraries, i.e. xxx.so files, not > xxx.a > It is a large applicationcd totalling about 300Mb of object code ... > I don't know what else I can say The number, size, and placement of main and shared libraries may matter. What is the output of ldd ./my_application [Disguise the names of your own shared libraries, if you wish.] Kernel version 2.4.18 and being compiled three years ago: Linux atlas 2.4.18-64GB-SMP #1 SMP Wed Mar 27 13:58:12 UTC 2002 i686 unknown indicates that your kernel does not randomize placment of mmap(0,...) which might also matter if it did. -- |