Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20000716195959.28812.qmail@web4601.mail.yahoo.com> Date: Sun, 16 Jul 2000 12:59:59 -0700 (PDT) From: Suhaib Siddiqi Subject: Re: ld -r Unsupported PEI arch pe-i386 To: cygwin AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Yes, That was it. Now I need to adapt Imake.rules files or I will be manually issuing this command 130 times. Suhaib --- DJ Delorie wrote: > > > Unsupported PEI architecture: pe-i386 > > > > Any suggestions? I am using Cygwin 1.1.2 and the > > binutils from the "latest" > > I think the problem is that the linker is using PEI > instead of PE. > PEI is *only* for executables, PE is *only* for > objects. When you do > "ld -r" it's trying to produce an object, but if it > doesn't > know to switch formats, it will have a problem. > > Try "ld -r --oformat pe-i386 ..." __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com