From owner-freebsd-questions Fri Jun 20 18:42:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA07505 for questions-outgoing; Fri, 20 Jun 1997 18:42:50 -0700 (PDT) Received: from rebel.e-planet.com (dyn-7-30.e-planet.com [192.203.7.30]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA07498 for ; Fri, 20 Jun 1997 18:42:45 -0700 (PDT) Received: from rebel.e-planet.com (localhost [127.0.0.1]) by rebel.e-planet.com (8.8.5/8.8.5) with SMTP id SAA01808 for ; Fri, 20 Jun 1997 18:42:05 GMT Message-ID: <33AACEFD.41C67EA6@e-planet.com> Date: Fri, 20 Jun 1997 18:42:05 +0000 From: Ali Rahimi X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: build problem with freebsd-stable. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi su-2.00# ls /usr/src Makefile etc lib release sys SRC gnu libexec sbin usr.bin bin include lkm share usr.sbin su-2.00# I have downloaded each of these individuall from the src directory of FreeBSD-stable directory on ftp.freebsd.org (except for the local SRC directory). I make with make -DMAKE_LOCAL -DMAKE_PORTS -DNOCLEANDIR -DNOCRYPT -DNOPROFILE -DNOSECURE I get, however: ===> gnu/usr.bin/as cc -O -DNON_BROKEN_WORDS -DPIC -I/usr/src/gnu/usr.bin/as -I/usr/src/gnu/usr.bin/as/config -DOLD_GAS -DSIGTY=void -Derror=as_fatal -DSUB_SEGMENT_ALIGN=4 -DFREEBSD_AOUT -o as tc-i386.o atof-ieee.o app.o as.o atof-generic.o bignum-copy.o cond.o expr.o flo-const.o flo-copy.o flonum-mult.o frags.o hash.o hex-value.o input-file.o input-scrub.o listing.o messages.o obstack.o output-file.o read.o subsegs.o symbols.o version.o write.o xmalloc.o xrealloc.o obj-aout.o -lgnumalloc ld: -lgnumalloc: no match  Should there not be a -L for gnu/lib/libmalloc in that command line? Or have I done something wrong? Thank you for your help. Ali.