home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: no.unix
- Path: sparky!uunet!gossip.pyramid.com!decwrl!sgi!sgigate!sgiblab!ifi.uio.no!nuug!ugle.unit.no!ugle.unit.no!he
- From: Havard.Eidnes@runit.sintef.no
- Subject: Re: bash for sun4
- Message-ID: <1993Jan9.151245.6274@ugle.unit.no>
- Originator: he@ugle.unit.no
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: University of Trondheim, Norway
- References: <1992Dec22.115746.18075@ugle.unit.no>
- Date: Sat, 9 Jan 93 15:12:45 GMT
- Lines: 21
-
- In article <1992Dec22.115746.18075@ugle.unit.no> trondk@zevs.ifi.unit.no (Trond Kandal) writes:
- >
- >eg har litt probelmer med aa kompilere opp bash for sun4. Under lenking seier
- >den at den ikkje finn "_alloca".
- >...
- >Eg kjoeyrer altsaa Sun4 og SunOS 4.1.1.
-
- Jeg tror dette m} bero p} en konfigureringsfeil i oppsettet av kompileringen
- av bash. alloca finnes i /usr/lib/libc.a slik:
-
- % nm -op /lib/libc.a | egrep alloca
- /lib/libc.a:alloca.o:00000000 T ___builtin_alloca
- %
-
- Det er mao. en forutsetning at <alloca.h> blir inkludert -- klipper derfra:
-
- #if defined(sparc)
- # define alloca(x) __builtin_alloca(x)
- #endif
-
- - H}vard
-