This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug



  In message <Pine.HPP.3.96.971219133552.12226A-100000@sunburst.rose.hp.com>you
 write:
  > This is an intersting bug it occurs on HPUX, not sure if this happens on
  > One other note, how is one suppose to correctly generate a shared library
  > on HPUX with egcs generated o files.  I tried
  > bash-2.01$ g++ -shared -o libtest.sl *.o
Add -fPIC/-fpic to the line to link the shared library too.


jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]