|
From: Larry W. V. <lv...@ca...> - 2002-05-09 17:11:26
|
$ cd tcldom/src
$ $PWD/configure --prefix=/usr/tcl84 --enable-shared --enable-symbols
creating cache ./config.cache
checking for Tcl configuration... found /vol/tclsrcsol/tcl84/tcl/unix/tclConfig.
sh
checking for existence of /vol/tclsrcsol/tcl84/tcl/unix/tclConfig.sh... loading
checking for Tcl public headers... /usr/tcl84/include
checking for expat library... -L/usr/tcl84/lib -lexpat0.2
checking for gcc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for a BSD compatible install... /projects/gnu/sparc-sun-solaris2.6/bin/
ginstall -c
checking for Cygwin environment... no
checking for object suffix... o
checking for mingw32 environment... no
checking for executable suffix... no
checking for tclsh... /usr/tcl84/bin/tclsh8.4
checking for build with symbols... yes
checking how to build libraries... shared
updating cache ./config.cache
creating ./config.status
creating Makefile
creating pkgIndex.tcl
$ make all
cc -DPACKAGE_NAME=\"tcldom\" -DVERSION=\"2.0\" -DPATCHLEVEL=\"1\" -DUSE_TCL_STUB
S=1 -I"/usr/tcl84/include" -g -c tcldompro.c -o tcldompro.o
"tcldompro.c", line 461: warning: statement not reached
"tcldompro.c", line 907: warning: statement not reached
"tcldompro.c", line 1120: warning: statement not reached
"tcldompro.c", line 1303: warning: statement not reached
"tcldompro.c", line 1415: warning: statement not reached
"tcldompro.c", line 1696: warning: statement not reached
"tcldompro.c", line 1842: warning: statement not reached
"tcldompro.c", line 2158: warning: statement not reached
"tcldompro.c", line 2248: warning: statement not reached
"tcldompro.c", line 2327: warning: statement not reached
cc -DPACKAGE_NAME=\"tcldom\" -DVERSION=\"2.0\" -DPATCHLEVEL=\"1\" -DUSE_TCL_STUB
S=1 -I"/usr/tcl84/include" -g -c tdpExpat.c -o tdpExpat.o
"tdpExpat.c", line 1073: warning: statement not reached
cc -DPACKAGE_NAME=\"tcldom\" -DVERSION=\"2.0\" -DPATCHLEVEL=\"1\" -DUSE_TCL_STUB
S=1 -I"/usr/tcl84/include" -g -c traversal.c -o traversal.o
"traversal.c", line 1135: warning: statement not reached
cc -DPACKAGE_NAME=\"tcldom\" -DVERSION=\"2.0\" -DPATCHLEVEL=\"1\" -DUSE_TCL_STUB
S=1 -I"/usr/tcl84/include" -g -c livelist.c -o livelist.o
"livelist.c", line 124: warning: argument #4 is incompatible with prototype:
prototype: pointer to function(pointer to void, pointer to struct Tcl_In
terp {pointer to char result, pointer to function(pointer to char) returning voi
d freeProc, int errorLine}, pointer to char, pointer to const char, int) returni
ng pointer to char : "unknown", line 0
argument : pointer to function(pointer to void, pointer to struct Tcl_In
terp {pointer to char result, pointer to function(pointer to char) returning voi
d freeProc, int errorLine}, pointer to char, pointer to char, int) returning poi
nter to char
rm -f tcldom2.0g.so
/usr/ccs/bin/ld -G -z text -o tcldom2.0g.so \
tcldompro.o tdpExpat.o traversal.o livelist.o -L/usr/tcl84/lib -lexpat0.
2 -L/usr/tcl84/lib -ltclstub8.4g -L/usr/tcl84/lib -ltclstub8.4g
Text relocation remains referenced
against symbol offset in file
<unknown> 0x1c tcldompro.o
and errors go on for over 2000 more lines
<unknown> 0x21dc tcldompro.o
<unknown> 0x21e0 tcldompro.o
<unknown> 0x21e4 tcldompro.o
<unknown> 0x21e8 tcldompro.o
<unknown> 0x21ec tcldompro.o
<unknown> 0x2c38 tcldompro.o
<unknown> 0x5b6c tcldompro.o
<unknown> 0x2c3c tcldompro.o
ld: fatal: relocations remain against allocatable but non-writable sections
make: *** [tcldom2.0g.so] Error 1
--
Support Internet Radio <URL: http://saveinternetradio.org/ >
Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-
|