From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mo DeJong To: sourcenav@sourceware.cygnus.com Subject: Re: Building on FreeBSD 3.3 Date: Thu, 02 Aug 2001 02:22:00 -0000 Message-id: References: <20010802165427.69956.qmail@eyou.com> X-SW-Source: 2001-q3/msg00084.html On 2 Aug 2001, Deyun Gao wrote: > Hi, > I am trying to build SN5.0 on FreeBSD 3.3, and have some problems. Please > give me some help. Hi. > 1, I untar the source file in /home/dygao/source > 2, I mkdir another two director: /home/dygao/tmp and /home/dygao/sn > 3, I enter /home/dygao/tmp and run "../source/configure > --prefix=/home/dygao/sn". Then, I run "make all-snavigator", but there are > some probles. ( I have attach results of "../source/configure > --prefix=/home/dygao/sn" in the attach file.) Looks good so far. > > make all-snavigator > gcc -c -g -O2 -W -Wall -I../../../source/tcl8.1/unix/../generic > -I../../../source/tcl8.1/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 > -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 > -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 > -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 > -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 > -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\" > ../../../source/tcl8.1/unix/../unix/tclAppInit.c > gcc tclAppInit.o -L/home/dygao/tmp/tcl8.1/unix -ltcl81 -lm -lc -o tclsh > /usr/libexec/elf/ld: cannot find -ltcl81 > *** Error code 1 Well, is there a /home/dygao/tmp/tcl8.1/unix/libtcl81.a file? If not, did something go wrong while building in the tcl dir? I am not sure how tk would have been built before tcl. You are using gnu make right? I don't think building with BSD make is very well tested, cheers Mo