From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29995 invoked by alias); 15 Jun 2002 23:16:48 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 29962 invoked from network); 15 Jun 2002 23:16:45 -0000 Received: from unknown (HELO frontend1.aha.ru) (213.189.198.214) by sources.redhat.com with SMTP; 15 Jun 2002 23:16:45 -0000 Received: from [194.226.91.33] (HELO terranova) by frontend1.aha.ru (CommuniGate Pro SMTP 3.5.9) with ESMTP id 139395215 for sourcenav@sources.redhat.com; Sun, 16 Jun 2002 03:16:43 +0400 Date: Sat, 15 Jun 2002 16:16:00 -0000 From: Oleg Zhavoronkov Reply-To: Oleg Zhavoronkov Organization: AST X-Priority: 3 (Normal) Message-ID: <4411895765.20020616031734@astgroup.ru> To: sourcenav@sources.redhat.com Subject: problems while compiling in freebsd4.5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q2/txt/msg00056.txt.bz2 Hello guys!! Has anyone experience of building sn5.0 on freebsd? i try install SN5.0 on my freebsd4.5 box, but get some errors while compiling. My operations are: mkdir /usr/source mkdir /usr/local/sn cd /usr/source tar xzvf SN50-010322-source.tar.gz mkdir build cd ./build ../source/configure --prefix=/usr/local/sn ...................... make all-snavigator > sn.log cat sn.log: 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/usr/source/build/tcl8.1/unix -ltcl81 -lm -lc -o tclsh *** Error code 1 Stop in /usr/source/build/tcl8.1/unix. *** Error code 1 Stop in /usr/source/build/tcl8.1. *** Error code 1 Stop in /usr/source/build. Looks like something go wrong in tcl directory while compiling right from the start. Yes, there no libtcl81.a in ../build/tcl8.1/unix directory.there no this library in this place ever.i didn't find this file in tarball, so i think this library must be compiled before compiling others, right? So i think there something wrong in configure.in or makefile.in (unfortunately i'm not familiar with autoconf). Can anyone help me? Sorry for bad english Oleg Zhavoronkov