Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!texsun!texbell!attctc!digi!kcantrel From: kcantrel@digi.UUCP (Keith Cantrell) Newsgroups: comp.sys.apollo Subject: Re: Configure scripts under SR10.... Message-ID: <341@digi.UUCP> Date: 16 Jan 90 19:51:45 GMT Reply-To: kcantrel@digi.UUCP (Keith Cantrell) Organization: DSC Communications, Plano Tx. Lines: 56 If this is a repost, sorry, but it appeared as though our USENET feed failed to accept the first attempt. kgc In article <1383@merlin.bhpmrl.oz> ianh@merlin.bhpmrl.oz (Ian Hoyle) writes: >Does anyone have any nice quick hacks to get the "Configure" scripts that come >with much of the software in comp.sources.unix etc working?? > >/lib/clib isn't in ar format and Configure simply breaks. > >I guess I _could_ use nm and then do something with sed on the output, >but it'd surely be messy :-( > > ian A while back (like in a year or two ago) somebody posted a game call 'warp' that modified the Configure script to handle Apollo's. I applied these changes to the Configure that came with 'rn'. Here is all I had to do: *** Configure.org Wed Jul 12 10:14:52 1989 --- Configure Wed Jul 12 10:59:50 1989 *************** *** 260,266 **** else echo " " echo "The archiver doesn't think $libc is a reasonable library." ! exit 1 fi : make some quick guesses about what we are up against --- 260,272 ---- else echo " " echo "The archiver doesn't think $libc is a reasonable library." ! echo "Trying nm instead..." ! if nm -g $libc > libc.list; then ! echo "Done. Maybe this is Unicos, or an Apollo?" ! else ! echo "That didn't work either. Giving up." ! exit 1 ! fi fi : make some quick guesses about what we are up against Hope this helps ----------------------------------------------------------------------- Keith Cantrell Phones: hm: 214-492-1088 Apollo Computer wk: 214-519-2399 @ DSC A Subsidiary of Hewlett-Packard USMAIL: EMAIL: 2100 Sonata Ln cantrell@attctc.DALLAS.TX.US Carrollton TX 75007 or ...!attctc!digi!kcantrel -----------------------------------------------------------------------