Problem Creating Shared Library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I m using gcc 3.3.3 11.11/32bit on hppa2.0w.

I have created xaa.cpp
#include<iostream.h>

void name()
{
cout<<"Name"<<endl;
}

Then compile it using
g++ -c -g xaa.cpp
which does fine
now when i create shared library of this using
g++ -g -shared -fPIC -o xaa.so xaa.o
results in
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)" in input file "xaa.o"
collect2: ld returned 1 exit status



Tryed this g++ -c -fPIC -shared xaa.cpp g++ -fPIC -shared -o xaa.so xaa.o

and got

/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "__gxx_personality_sj0" in input file "../HPUXGCC3.3.3-32/pa20_32/lib/libstdc++.a(ios.o)"
collect2: ld returned 1 exit status



How can i resolve this???


Rgds
Lalit

_________________________________________________________________
Thinking of a vacation? Get all the best deals. http://www.msn.co.in/Travel/ Right here at MSN Travel!



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux