swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BLT2.1


From: Todd Allen
Subject: BLT2.1
Date: Sat, 02 Nov 1996 21:26:46 -0500

It's been over ten years since I did any serious unix/c programming so
I'm more than a little rusty.  I have successfully installed the
appropriate versions of gnu c++, objective c, tk, tcl, etc., and have
only BLT2.1 and the swarm libraries left to install.  BLT is giving me
some serious problems.  The configure script seemed to execute OK.  A
copy of the output of the configure script is attached.  When I run the
make script, it concludes with the following error:

make[1]: Leaving directory `/usr/temp/blt2.1/src'
making BLT demo "bltwish"...
rm -f bltwish
gcc -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl
-I/usr/X11R6/include
-Wl,-rpath,/usr/local/blt/lib:/usr/lib:/usr/lib:/usr/X11R6/lib \
        ./tkAppInit.c -o bltwish ./src/libBLT.a  -L/usr/X11R6/lib -lX11 -ldl
-lm 
./tkAppInit.c:29 warning: 'rcsid' defined but not used
ld: cannot open -ldl: No such file or directory
make: *** [bltwish] Error 1

Any idea what is going wrong?

-- 
Todd Allen
The Johns Hopkins University
Department of Economics
address@hidden
410-516-7571 (office)
creating cache ./config.cache
loading previous configuration from ./config.BLT
checking host system type... i586-unknown-linux
checking target system type... i586-unknown-linux
checking build system type... i586-unknown-linux
checking which C compiler... gcc
checking how to run the C preprocessor... gcc -E
checking whether C compiler is gcc... yes
checking for POSIXized ISC... no
checking default compiler flags... -O3 -fno-strength-reduce
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether cross-compiling... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for float.h... yes
checking for unistd.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for errno.h... yes
checking for limits.h... yes
checking for sys/time.h... yes
checking for waitflags.h... yes
checking for sys/wait.h... (cached) yes
checking whether strdup is declared in header files... yes
checking whether strcasecmp is declared in header files... yes
checking for strdup... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for size_t... yes
checking for pid_t... yes
checking installation directory prefix... /usr/local/blt
checking whether union wait is defined correctly... yes
checking whether postscript prolog can be inlined... yes
checking whether DBL_EPSILON is defined in float.h... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for -lXbsd... no
checking for -lsocket... no
checking for -lnsl... no
checking for -lm... yes
checking again for X11/Xlib.h... /usr/X11R6/include
checking again for libX11.a... /usr/X11R6/lib
checking for tcl.h... /usr/include/tcl
checking for libtcl.a... /usr/lib
checking for tk.h... /usr/include/tcl
checking for libtk.a... /usr/lib
checking for libitcl.a... no
checking for libitk.a... no
checking for itk.h... no
checking for itcl.h... no
checking for tkInt.h... yes
checking BLT major version number... 2
checking BLT minor version number... 1
checking Tk major version number... 4
checking how to make shared libraries... flags set for i586-unknown-linuxelf

Configuration results (edit ./config.BLT and rerun ./configure to modify):

  directory containing "tcl.h"        => /usr/include/tcl
  directory containing "tk.h"         => /usr/include/tcl
  directory containing "X11/Xlib.h"   => /usr/X11R6/include
  directory containing "libtcl.a"     => /usr/lib
  directory containing "libtk.a"      => /usr/lib
  directory containing "libX11.a"     => /usr/X11R6/lib

  Directories where BLT is to be installed:
    "bltwish"     install in  /usr/local/blt/bin
    "libBLT.a"    install in  /usr/local/blt/lib
    scripts       install in  /usr/local/blt/lib/blt2.1
    manual pages  install in  /usr/local/blt/man

updating cache ./config.cache
creating ./config.status
creating config.BLT
creating Makefile
creating src/Makefile
creating src/shared/Makefile
creating man/Makefile
creating library/Makefile
creating src/bltConfig.h
making all in ./src
make[1]: Entering directory `/usr/temp/blt2.1/src'
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGraph.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrAxis.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrBar.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrElem.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrGrid.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrHairs.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrLegd.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrLine.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrMarker.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrMisc.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltGrPs.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltBgexec.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltBitmap.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltBusy.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltDebug.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltDragDrop.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltHtext.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltSpline.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltTable.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltVector.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltWatch.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltWinOp.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include -DBLT_LIBRARY=\"/usr/local/blt/lib/blt2.1\" bltInit.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltInput.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltList.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltText.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltUtil.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include bltTile.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include tkButton.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include tkFrame.c
gcc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include tkScrollbar.c
rm -f libBLT.a
ar rc libBLT.a bltGraph.o bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o 
bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPs.o 
bltBgexec.o bltBitmap.o bltBusy.o bltDebug.o bltDragDrop.o bltHtext.o 
bltSpline.o bltTable.o bltVector.o bltWatch.o bltWinOp.o bltInit.o bltInput.o 
bltList.o bltText.o bltUtil.o bltTile.o tkButton.o tkFrame.o tkScrollbar.o 
ranlib libBLT.a
make[1]: Leaving directory `/usr/temp/blt2.1/src'
making BLT demo "bltwish"...
rm -f bltwish
gcc -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional 
-fwritable-strings -Wall  -I. -I/usr/include/tcl -I/usr/include/tcl 
-I/usr/X11R6/include 
-Wl,-rpath,/usr/local/blt/lib:/usr/lib:/usr/lib:/usr/X11R6/lib \
        ./tkAppInit.c -o bltwish ./src/libBLT.a  -L/usr/X11R6/lib -lX11 -ldl 
-lm  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]