unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Guile 1.5.8 beta available for testing.
@ 2002-08-28 13:34 Sven Hartrumpf
  2002-08-28 14:21 ` Marius Vollmer
  0 siblings, 1 reply; 32+ messages in thread
From: Sven Hartrumpf @ 2002-08-28 13:34 UTC (permalink / raw)


Hi all.

Some notes from a Linux build:

gcc32 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes -c numbers.c -MT numbers.lo -MD -MP -MF .deps/numbers.TPlo  -fPIC -DPIC -o .libs/numbers.lo
In file included from numbers.c:4277:
../libguile/num2integral.i.c: In function `scm_short2num':
../libguile/num2integral.i.c:91: warning: comparison is always true due to limited range of data type
In file included from numbers.c:4285:
../libguile/num2integral.i.c: In function `scm_num2ushort':
../libguile/num2integral.i.c:64: warning: comparison is always true due to limited range of data type
I think I reported this before for another gcc version.

Application tests:
1. correctness: seems to be o.k.
   (can not finish these tests because Scheme processes that
   normally stay around 200MB grow and grow under Guile to over 1GB)
2. speed: around 40 times slower than compiled bigloo
   -> o.k. for Guile objectives
3. process size: see 1.
   -> I could need helpful hints here.

Greetings
Sven


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 32+ messages in thread
* Guile 1.5.8 beta available for testing.
@ 2002-08-26 17:34 Rob Browning
  2002-08-27  9:06 ` Lars J. Aas
  2002-08-29 10:29 ` tomas
  0 siblings, 2 replies; 32+ messages in thread
From: Rob Browning @ 2002-08-26 17:34 UTC (permalink / raw)



We are pleased to annouce the availability of Guile 1.5.8 for testing.
Please report problems to guile-devel@gnu.org or bug-guile@gnu.org.

Note that the 1.5.X series is a BETA series, intended only for
testing, so please don't put it into a distribution or anything
similar.

This release is only a minor update from 1.5.7 -- guile-snarf has
been changed to not require the input file to be the first argument
after the optional -o.  Apparently this was breaking too many other
programs.  Since this update was so minor, Marius and I agreed that
the release date should remain unchanged.  So unless any release
critical bugs bugs are found beforehand, the first 1.6 stable
version, 1.6.1, will be released on or after this weekend.

You can find the beta release here:

  ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/

If you're interested in testing, please try as much of the following
as is convenient:

        - Unset GUILE_LOAD_PATH.

        - Remove automake and autoconf from your path, or turn off
          their execute bits, or something.  (Users must be able to
          build from the tarfile without installing those tools.)  As
          an example, you could disable the tools during the test like
          so:

            mkdir /tmp/stub
            cat > /tmp/stub/do-nothing <<EOF
            #!/bin/sh
            echo warning: $0 called
            sleep 10
            exit 0
            EOF
            chmod +x /tmp/stub/do-nothing
            ln /tmp/stub/do-nothing /tmp/stub/automake
            ln /tmp/stub/do-nothing /tmp/stub/autoconf	# etc
            PATH=/tmp/stub:$PATH

        - Configure, "make", "make check", and "make install".  Make
          sure to remove your previous install tree before the "make
          install".

        - Make sure LD_LIBRARY_PATH doesn't include anything
          unnecessary -- though at the moment it (or
          LTDL_LIBRARY_PATH) will need to include guile's lib
          directory if that directory is not already in the normal
          places libltdl looks.

        - Run the test suite on the installed version.
            ./check-guile -i [INSTALL_PATH]/bin/guile

        - Look at the install tree (with "find | sort" or similar) and
          make sure nothing seems obviously amiss.

        - Make sure readline works.

        - You might try the example code in the doc directory.

Thanks

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2002-09-05 19:52 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-28 13:34 Guile 1.5.8 beta available for testing Sven Hartrumpf
2002-08-28 14:21 ` Marius Vollmer
2002-08-28 14:38   ` Sven Hartrumpf
2002-08-28 15:34     ` Marius Vollmer
2002-08-28 16:21       ` Lynn Winebarger
2002-08-28 18:18     ` Han-Wen Nienhuys
2002-08-28 21:09       ` Sven Hartrumpf
2002-08-28 22:43         ` Han-Wen Nienhuys
2002-09-03  7:33         ` Sven Hartrumpf
2002-09-04 11:08           ` Han-Wen Nienhuys
2002-09-04 14:43             ` Sven Hartrumpf
2002-09-05 12:08               ` Han-Wen Nienhuys
2002-09-05 19:52                 ` Sven Hartrumpf
2002-09-03 11:14       ` Sven Hartrumpf
  -- strict thread matches above, loose matches on Subject: below --
2002-08-26 17:34 Rob Browning
2002-08-27  9:06 ` Lars J. Aas
2002-08-28 16:28   ` Marius Vollmer
2002-08-29  7:59     ` Lars J. Aas
2002-08-31 12:01       ` Marius Vollmer
2002-09-02 11:38         ` Lars J. Aas
2002-08-29 10:29 ` tomas
2002-08-29 16:22   ` Rob Browning
2002-08-29 17:18     ` tomas
2002-08-29 17:42     ` tomas
2002-08-29 17:49       ` Rob Browning
2002-08-29 18:04         ` Lynn Winebarger
2002-08-29 18:55         ` Marius Vollmer
2002-08-29 19:17           ` Lynn Winebarger
2002-08-29 19:24             ` Lynn Winebarger
2002-08-29 19:58             ` Marius Vollmer
2002-08-31 16:45       ` tomas
2002-08-29 18:49     ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).