home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!convex!news.oc.com!utacfd.uta.edu!rwsys!jmd386!jdoss
- From: jdoss@jmd386.lonestar.org (Joe M. Doss)
- Subject: Re: elm 2.4pl17
- References: <BzKJuw.Kx@woody.apana.org.au>
- Organization: JD's home system
- Date: Mon, 21 Dec 1992 18:49:04 GMT
- Message-ID: <1992Dec21.184904.927@jmd386.lonestar.org>
- Lines: 31
-
- In article <BzKJuw.Kx@woody.apana.org.au> ernie@woody.apana.org.au writes:
- >
- >Has anyone managed to get elm2.4pl17 to compile ?
- >I keep getting all these undfined_symbol in the elm libutil.a.
- >After a lot of patching I managed to get elm itself to compile but
- >I have given up on the utils becuase I figure there must be somthing I
- >have overlooked thats giving all these errors. I am using gcc 2.2.2d7
- >
- I have elm 2.4pl13 working fine. All the undefined symbols are caused
- by libutil.a not having ranlib run on it by default. All you need to
- do is edit config.sh, and replace the line that says:
-
- ranlib=:
-
- with
-
- ranlib=ranlib
-
- It is easiest to run Configure, and at the end when it says "If you need to
- edit config.sh, do it as a shell escape here:", type !emacs config.sh and
- change the ranlib line, then Configure will build all the Makefiles
- correctly.
-
- >- Ernie.
- >--
-
- --
- ---------------------------------------------------------------------------
- | Joe M. Doss, Jr. (standard disclaimer applies) |
- | jdoss@jmd386.lonestar.org <insert cute quote here> |
- ---------------------------------------------------------------------------
-