Date: Sun, 5 May 2002 20:27:40 +0300 (EEST) From: Bernie <Bernie_X@myrealbox.com> To: Axel Scheepers <axel@axel.truedestiny.net> Cc: Bernie <Bernie_X@myrealbox.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: buildworld problem -- newcomer Message-ID: <20020505202632.J242-100000@BLAST> In-Reply-To: <20020505160435.I21194@mars.thuis>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020505202632.J242-100000>