home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.admin
- Path: sparky!uunet!mcsun!sun4nl!eur.nl!pk
- From: pk@cs.few.eur.nl (Paul Kranenburg)
- Subject: Re: ___builtin_saveregs
- Message-ID: <1992Nov20.145407.6790@cs.few.eur.nl>
- Sender: news@cs.few.eur.nl
- Reply-To: pk@cs.few.eur.nl
- Organization: Erasmus University Rotterdam
- References: <5171@disuns2.epfl.ch>
- Date: Fri, 20 Nov 1992 14:54:07 GMT
- Lines: 16
-
- In <5171@disuns2.epfl.ch> chris@lslsun4.epfl.ch (Christian Iseli) writes:
-
- >I just compiled a patched version of XView 3.0 with shared libraries.
- >This time, I used gcc to do the job. Went fine, but now I have this
- >application (for which I don't have the source) which won't start as ld.so
- >complains about not finding ___builtin_saveregs.
-
- >I know that if I recompile the shared library with Sun's cc, the problem will
- >go away. However, I'd like to stick with gcc and find another solution.
-
- I worked around this problem by making a shared version of `libgcc.a'.
- This gets it past ld.so, but I noticed that some applications did not work
- well with these shared libs. I didn't bother to investigate further; I just
- went back to Sun's C compiler.
-
- -pk
-