|
|||||||||||
|
Re: "make prereq" trouble in libf2c
From: Ian McWilliam <ianm(at)cit.uws.edu.au>
Date: Tue Feb 25 2003 - 21:09:27 EST
Seeing it looks like you compiling the src from the non standard /usr/src here are the tips contained in the src's top most Makefile. # Building recommendations: # # 1) If at all possible, put this source tree in /usr/src. If /usr/src # must be a symbolic link, setenv BSDSRCDIR to point to the real location. # # 2) It is also recommended that you compile with objects outside the # source tree. To do this, ensure /usr/obj exists or points to some # area of disk of sufficient size. Then do "cd /usr/src; make obj". # This will make a symbolic link called "obj" in each directory, as # well as populate the /usr/obj properly with directories for the # objects. # bsd.own.mk sets the following variables, if they are not already defined (defaults are in brackets):
BSDSRCDIR The real path to the system sources, so that 'make obj'
will work correctly. [/usr/src]
BSDOBJDIR The real path to the system 'obj' tree, so that 'make obj'
will work correctly. [/usr/obj]
Once you figure these out don't forget to make obj before trying to build. > i'm having trouble in "cd include; make prereq" process during the
Ian McWilliam
"Technician was the lowest rank on this ship. even the man who changed the bog roll was higher than us." - Dave lister, Red Dwarf. Scanned by SCIT E-Mail Gateway http://www.cit.uws.edu.au Received on Tue Feb 25 21:13:42 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:48:30 EDT |
||||||||||
|
|||||||||||