From owner-freebsd-stable Wed Aug 23 23:51:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 0534137B423 for ; Wed, 23 Aug 2000 23:50:42 -0700 (PDT) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id NAA47085; Thu, 24 Aug 2000 13:49:26 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 24 Aug 2000 13:49:26 +0700 (NSS) From: Max Khon To: Vivek Khera Cc: stable@FreeBSD.ORG Subject: Re: missing c++rt0.o file, where to get? In-Reply-To: <14756.2022.695697.5862@onceler.kciLink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Wed, 23 Aug 2000, Vivek Khera wrote: > I'm attempting to build the plugger port, and it comes back with this > error: > > make plugger.so CC=gcc XCFLAGS='-fpic -aout' LD=gcc XLDFLAGS='-shared -aout' > gcc -shared -aout -o plugger.so plugger.o common.o > ld: c++rt0.o: No such file or directory > *** Error code 1 > > I'm guessing c++rt0.o is from the 2.x compatibility but I can't figure > out from where to get it. I have the 2.x compatibility libraries > installed. > > I'm running a freshly installed 4.1-R box upgraded to 4.1-STABLE. > > I see sources for /usr/src/lib/csu/i386/c++rt0.c but the Makefile in > there doesn't seem to build with "-aout" option, so it is unlikely to > be the right incantation. > > Any pointers from where to get this? as far as i remember the only place where you can get crt startup objects is 2.2.x-RELEASE distribution /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message