This is the mail archive of the gcc-help@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]

gcc (C++) and incremental linking on Solaris


Hi guys,

I just wonder if someone out there already succeeded in using gcc to
compile C++ into object files and libraries and using Sun's incremental
linker (ild) to make the job of the linking stage ?
So far I tried with no success. I made a link to "ild" in my PATH and
executed "collect2", "ild" was invoked, the executable was generated,
everything seemed fine except that the executable seg_fault at the
execution. It seems to happend in the global constructors initialisation
function (called by _init()).

Any idea, am I missing something or what ?

Thanks in advance for your help,

David


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