From owner-freebsd-questions Sun May 5 11:44:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id E3BAF37B400 for ; Sun, 5 May 2002 11:44:28 -0700 (PDT) Received: from ppp6-215.ath.forthnet.gr Bernie_X@smtp-send.myrealbox.com [213.16.153.215] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88.1.1 $ on Novell NetWare; Sun, 05 May 2002 12:44:24 -0600 Date: Sun, 5 May 2002 20:27:40 +0300 (EEST) From: Bernie X-X-Sender: root@BLAST To: Axel Scheepers Cc: Bernie , Subject: Re: buildworld problem -- newcomer In-Reply-To: <20020505160435.I21194@mars.thuis> Message-ID: <20020505202632.J242-100000@BLAST> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, thanx a lot for your help. it all went ok this time so i'm on 4.5 release now :) On Sun, 5 May 2002, Axel Scheepers wrote: > Hi Bernie, > > On Sun, May 05, 2002 at 02:12:56PM +0300, Bernie wrote: > > hi, > > > > thank you for your reply. i tried what you said and it seems to compile > > but then it's not in the directory. This is all the process: > > > > BLAST# pwd > > /usr/src/bin/date > > BLAST# make > > cc -O -pipe -march=pentium -Wall -Wformat -static -o date date.o > > netdate.o vary.o -lutil > > then i tried to run it and also find it but it doesnt seem to exist... > > BLAST# ./date > > ./date: Command not found. > > BLAST# date > > date: Command not found. > > BLAST# find / -name "date" > > /usr/src/bin/date > > /usr/src/usr.sbin/timed/SMM.doc/timed/date > > /usr/compat/linux/bin/date > > /usr/obj/usr/src/bin/date > > /usr/obj/usr/src/bin/date/date > > BLAST# > > > > Probably the final link stage of the make process has put the executable > in your object dir. Try looking in /usr/obj/usr/src/bin/date, it should > be there. > The output of make didn't shown any errors, and the final linking was > done (the step I left in above) which means a working date binary > was generated. On my system (I tried a make clean && make in /usr/src/bin/date) > it placed the binary in the same dir, in your case in /usr/obj/usr/src/bin/date > > > > > i dont quite understand why it doesnt work but if you can see anything > > please let me know. > > > > thanx again for your help. > > Gr, > -- > Axel Scheepers > UNIX System Administrator > > email: axel@axel.truedestiny.net > a.scheepers@iae.nl > http://axel.truedestiny.net/~axel > ------------------------------------------ > This life is a test. It is only a test. Had this been an actual life, > you would have received further instructions as to what to do and where > to go. > ------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message