*BSD News Article 5640


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel!munnari.oz.au!sgiblab!spool.mu.edu!caen!batcomputer!cornell!uw-beaver!rice!news.Rice.edu!rich
From: rich@Rice.edu (Richard Murphey)
Subject: Re: [386bsd] Help me link X386
In-Reply-To: pbd@runyon.cim.cdc.com's message of 25 Sep 92 20:53:20 GMT
Message-ID: <RICH.92Sep25215912@kappa.Rice.edu>
Sender: news@rice.edu (News)
Reply-To: Rich@rice.edu
Organization: Department of Electrical and Computer Engineering, Rice
	University
References: <47919@shamash.cdc.com>
Date: Sat, 26 Sep 1992 03:59:12 GMT
Lines: 10

In article <47919@shamash.cdc.com> pbd@runyon.cim.cdc.com (Paul Dokas) writes:
   I've built X11R5 and it's ready for installation, but when I did a
   "make install >& install.log" it worked for some time and then
   tried to link X386.  I simply quit with an "*** Error code 1".

One possible cause for this like of problem is failure of the linker
to handle linking two or more object file with the _same name_.  At
one point in the X386 development, drivers for each of the chipsets
were named driver.c.  If you rename the files (e.g. drivera.c
driverb.c), the linker won't die trying to link them.  Rich