Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Feb 1998 16:21:15 -0500
From:      Roger Savard <roger.savard@henoc.qc.ca>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Compile error
Message-ID:  <34DCD04B.6A2BF1A@henoc.qc.ca>

next in thread | raw e-mail | index | archive | help
Hi,

After cvsup I get the following:

# cd /usr/src
# make most
--------------------------------------------------------------
 Building programs only
--------------------------------------------------------------
cd /usr/src/bin &&      make  -m /usr/src/share/mk all
===> cat
Warning: Object directory not changed from original /usr/src/bin/cat
===> chio
Warning: Object directory not changed from original /usr/src/bin/chio
===> chmod
Warning: Object directory not changed from original /usr/src/bin/chmod
===> cp
Warning: Object directory not changed from original /usr/src/bin/cp
===> csh
Warning: Object directory not changed from original /usr/src/bin/csh
===> date
Warning: Object directory not changed from original /usr/src/bin/date
cc -O2 -m486 -pipe -Wall    -static -o date date.o netdate.o vary.o 
-lutil
date.o: Undefined symbol `_strptime' referenced from text segment
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# cd  /usr/src/bin/date
# make
Warning: Object directory not changed from original /usr/src/bin/date
cc -O2 -m486 -pipe -Wall    -static -o date date.o netdate.o vary.o 
-lutil
date.o: Undefined symbol `_strptime' referenced from text segment
*** Error code 1

Stop.                                         


# cd /usr/ports/www/apache
# make
===>  apache-1.2.5 : You have an old tcl installation on your machine.
Remove everything that matches /usr/local/*/*tcl* first.    

Any ideas?



-- 
Roger 

Consultation Henoc Inc.
E-Mail: Roger.Savard@henoc.qc.ca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34DCD04B.6A2BF1A>