This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Static Link Problem
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Static Link Problem
- From: Tal Doron <tdoron at sphera dot com>
- Date: Tue, 8 Aug 2000 14:39:02 +0200
Dear GCC team
We are using the gcc version 2.95.2
When we link staticaly ( -Xlinker -Bstatic)
then we run the binary file we get segmentation fault
But when we link it dynamicaly then everything is O.K
Do you know of such a problem ? Do you have an advise for me ?
Thanks Tal Doron