From: Larry W. V. <lv...@ca...> - 2002-10-08 10:33:43
|
Has anyone figured out what changes need to be made to the CVS's Makefile.in, etc. so that the resulting Makefile runs the test suite? Also, anyone have the fixes so that --enable-symbols generates the appropriate flags? I know this stuff is tricky - I was just hoping that someone else has struggled through the things like --- Makefile.in.orig Tue Oct 8 06:25:42 2002 +++ Makefile.in Tue Oct 8 06:25:59 2002 @@ -49,3 +49,3 @@ Tcldom_OBJECTS = $(Tcldom_SOURCES:.c=.@OBJEXT@) -Tcldom_LIB_FILE = @Tcldom_LIB_FILE@ +Tcldom_LIB_FILE = @TCLDOM_LIB_FILE@ At least, it appears that configure only references TCLDOM_LIB_FILE and thus doesn't make the substitution. Even with this change, however, I get this when I try to run the make test: echo load ./libtcldom2.3.so \; cd /vol/tclsrcsol/tcl84/tcldom/tests \; source all | TCL_LIBRARY=`echo /vol/tclsrcsol/tcl84/tcl/library` LD_LIBRARY_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/usr/dt/lib:/usr/openwin/lib:/usr/lib:/cas/lib/sun4" LIBPATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" SHLIB_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/opt/SUNWspro/bin:/volws/lwv26/ldatae/bin:/projects/sprs_lwv/sol26/bin:/projects/sprs_lwv/sol26/bin/mime:/projects/sprs_lwv/sol2/bin:/projects/sprs_lwv/bin:/projects/sprs_lwv/bin/mime:/home/lwv26/bin/D.news:/usr/perl5/bin:/projects/gnu/sparc-sun-solaris2.6/bin:/usr/tcl84/bin:/usr/tcl83/bin:/vol/tclsrcsol/TclDevKit/bin:/projects/xopsrc/sun4/bin:/projects/xopsrc/bin:/usr/atria/bin:/projects/intranet/bin:/projects/clearcase/bin:/vol/adobe/Acrobat4.05/bin:/usr/perl5/lib/site_perl/5.005/sun4-solaris/auto/Image/Magick/bin:/opt/sfw/bin:/home/lwv26/bin/D.aws:/home/lwv26/bin/sol2:/home/lwv26/bin/D.frontend:/home/lwv26/bin/D.k! sh:/cas/test/bin/sun4:/projects/sp rs_lwv/bin/sol2:/usr/j2se/bin:/usr/java/bin:/home/lwv26/bin/sun4:/usr/local/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/cas/bin/sun4:/cas/abin/sun4:/cas/X11/sun4/bin:/usr/ccs/bin:/lprod/bin:/usr/sbin:/usr/ucb:/cas/tools/bin/sun4:/cas/X11/sun4/tools/bin:/home/lwv26/bin:/opt/EMCpower/bin:/etc:/cas/tools/pdbin/sun4:/home/lwv26/bin/D.mistypes:/home/lwv26/bin/D.toys:/home/lwv26/bin/D.tools:/projects/npd/npdweb/bin-sol2:/vol/tclsrcsol/TclPro/bin" TCLLIBPATH="." /usr/tcl84/bin/tclsh8.4 couldn't read file "all": no such file or directory -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > 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. -><- |