octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.3 RC1


From: Benjamin Lindner
Subject: Re: 3.2.3 RC1
Date: Sun, 30 Aug 2009 13:14:30 +0200
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Tatsuro MATSUOKA wrote:
Hello

--- Tatsuro MATSUOKA  wrote:
I think that this patch in principle should be attached Because The %T and %e 
format specifiers
for
strftime are not implemented also for GCC-4.4.0 MinGW official.

However it gives the link error, I temporally disables the changeset.

I have to look at what is done by the patch and what is the origin 
ununderstandabel link error
with
it.

Hopefully this issue is not beyond my ability.
changeset 9424  69d05d1a63b9

--- a/configure.in      Wed Jul 08 18:31:29 2009 -0400
+++ b/configure.in      Thu Jul 09 15:04:34 2009 -0400
@@ -1654,8 +1654,8 @@
esac
case "$canonical_host_type" in
*-*-msdosmsvc)
    ## The %T format specifier for strftime is reportedly broken,
  *-*-msdosmsvc | *-*-mingw*)
    ## The %T and %e format specifiers for strftime are not implemented
_____________

AS I wrote previously the above changeset gives a link error for building on 3.2.3RC1 sources like
Creating library file: liboctave.dll.a
fu008091.o:(.idata$2+0xc): undefined reference to `libmoldname_a_iname'
nmth008090.o:(.idata$4+0x0): undefined reference to `_nm__tzname'
collect2: ld returned 1 exit status
make[2]: *** [liboctave.dll] Error 1
make[2]: Leaving directory `/home/octaves/OctBuild/octave-3.2.3-rc1/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/home/octaves/OctBuild/octave-3.2.3-rc1'


Have you checked with recent tip?

http://hg.savannah.gnu.org/hgweb/octave/rev/d280bfa04996
and
http://hg.tw-math.de/release-3-2-x/rev/ec70e577f419

fix it for at least the gcc-4.3.0 version .

benjamin


reply via email to

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