octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.3 RC1


From: Tatsuro MATSUOKA
Subject: Re: 3.2.3 RC1
Date: Tue, 25 Aug 2009 16:49:09 +0900 (JST)

Hello

The 'make' stopped at

g++ -shared-libgcc -shared -Wl,--export-all-symbols -Wl,--enable-auto-import
-Wl,--enable-runtime-pseudo-reloc -o __magick_read__.oct __magick_read__.o 
-L../libcruft -lcruft
-L../liboctave -loctave -L. -loctinterp -lcholmod -lumfpack -lamd -lcamd 
-lcolamd -lccolamd -lcxsparse
-Lc:/Programs/OctaveBuild/lib -lblas.dll -llapack.dll -lfftw3 -lfftw3f 
-lqrupdate -
larpack -lreadline  -ltermcap -liberty -lhdf5 -lz -lm -lgfortran.dll -lgdi32 
-lws2_32 -luser32
-lkernel32 -Lc:/Programs/OctaveBuild/lib -L:/Programs/WinDevTools/lib 
-Lc:/Programs/GnuWin32/lib
-Lc:/programs/mingw/bin/../lib/gcc/mingw32/4.4.0 
-Lc:/programs/mingw/bin/../lib/gcc
-Lc:/programs/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib
-Lc:/programs/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lhdf5 -lz -lm 
-lgfortran.dll
-lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 
-lkernel32 -ladvapi32
-lshell32 -lGraphicsMagick++ -lGraphicsMagick -ltiff -lfreetype -ljpeg -lpng 
-lwmflite -lz -lgdi32
-lmc:/programs/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe:
 cannot find
-lfreetype
collect2: ld returned 1 exit status


--- Tatsuro MATSUOKA  wrote:

> Hello
> 
> Sorry!
> The error comes from two origin.
> The patch
> http://hg.savannah.gnu.org/hgweb/octave/rev/69d05d1a63b9
> --- a/configure.in    Fri Jun 26 21:12:09 2009 +0100
> +++ 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
>      ## so use our version.  We could use an actual configure test
>      ## for this.
>    ;;
> The reversing this patch is necesarry for my case.
> 
> causes error at the link.
> So I rewrote  the configure.in.  Therefore autoconf was executed.
> 
> 
> In addition, autoconf for my msys seemed to be broken.
> I have update the latest Msys-1.0.11 (Sat Jul 18 2009 ).
> 
> The updating msys seemed to work fine. The make process is now proceeding.
> 
> Thanks!!
> 
> Tatsuro 
> 
> 
> --- Tatsuro MATSUOKA wrote:
> 
> > Hello
> > 
> > Perhaps the problem relies on msys autoconf ???.
> > 
> > I have copied the autom4te-2.61 to /usr/local/bin from /usr/bin
> > 
> > 
> > make[1]: Entering directory `/home/octaves/OctBuild/octave-3.2.3-RC1'
> > (cd ../../octave-3.2.3-RC1; autoconf --force)
> > Can't locate Autom4te/C4che.pm in @INC (@INC contains: 
> > /usr/local/share/autoconf
> > /usr/lib/perl5/5.6/msys /usr/lib/perl5/
> > 5.6 /usr/lib/perl5/site_perl/5.6/msys /usr/lib/perl5/site_perl/5.6
> > /usr/lib/perl5/site_perl/5.6/msys
> > /usr/lib/perl5/site
> > _perl/5.6 /usr/lib/perl5/vendor_perl/5.6/msys /usr/lib/perl5/vendor_perl/5.6
> > /usr/lib/perl5/vendor_perl/5.6/msys /usr/li
> > b/perl5/vendor_perl/5.6 .) at /usr/local/bin/autom4te-2.61 line 39.
> > BEGIN failed--compilation aborted at /usr/local/bin/autom4te-2.61 line 39.
> > make[1]: *** [configure] Error 2
> > make[1]: Leaving directory `/home/octaves/OctBuild/octave-3.2.3-RC1'
> > make: *** [all] Error 2
> > 
> > Hello Benjamin
> > 
> > Can you confirm this?
> > Or no problem for yours ?
> > 
> > Regards
> > 
> > Tatsuro
> > 
> > --- Tatsuro MATSUOKA wrote:
> > 
> > > Hello
> > > 
> > > make -f octMakefile all
> > > make[1]: Entering directory `/home/octaves/OctBuild/octave-3.2.3-RC1'
> > > (cd ../../octave-3.2.3-RC1; autoconf --force)
> > > /bin/autoconf-2.61: line 582: /usr/local/bin/autom4te-2.61: No such file 
> > > or directory
> > > /bin/autoconf-2.61: line 582: exec: /usr/local/bin/autom4te-2.61: cannot 
> > > execute: No such
> file
> > > or
> > > directory
> > > make[1]: *** [configure] Error 126
> > > make[1]: Leaving directory `/home/octaves/OctBuild/octave-3.2.3-RC1'
> > > make: *** [all] Error 2
> > > 
> > > /bin/autoconf-2.61 ??
> > > 
> > > Had not the issue of autoconf-2.6  been discussed and resolved ?
> > > 
> > > Regards
> > > 
> > > Tatsuro 
> > > 
> > > --- Jaroslav Hajek <address@hidden> wrote:
> > > 
> > > > hi all,
> > > > 
> > > > I want to make 3.2.3 in the first half of September. The 1st release
> > > > candidate tarballs for 3.2.3 are available at:
> > > > http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
> > > > 
> > > > changes since 3.2.2:
> > > > 
> > > > changeset:   9380:193174bc5107
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Wed Jul 08 13:49:21 2009 -0400
> > > > summary:     dim-vector.h: dim vectors always have two dimensions
> > > > 
> > > > changeset:   9381:4290384284b7
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Wed Jul 08 14:06:53 2009 -0400
> > > > summary:     pt-assign.cc (maybe_warn_former_built_in_variable): 
> > > > improve message
> > > > 
> > > > changeset:   9382:cd95695a0a89
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Thu Jul 09 15:04:34 2009 -0400
> > > > summary:     configure.in: don't use system strftime on MinGW systems
> > > > 
> > > > changeset:   9383:941b8414b99e
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sat Jul 11 12:46:10 2009 -0400
> > > > summary:     file-ops.cc (file_ops::symlink, file_ops::readlink):
> > > > avoid incorrectly sized buffer
> > > > 
> > > > changeset:   9384:44300eb51817
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Thu Jul 16 11:56:44 2009 -0400
> > > > summary:     graphics.cc (get_array_limits): require min_pos value to
> > > > be greater than zero
> > > > 
> > > > changeset:   9385:9aea00e4e000
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sat Jul 25 16:16:59 2009 +0200
> > > > summary:     Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to 
> > > > $(MAGICK_CONFIG)
> > > > 
> > > > changeset:   9386:6ddb81224550
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sat Jul 25 16:17:27 2009 +0200
> > > > summary:     __go_draw_axes__.m: also use layer property for plot border
> > > > 
> > > > changeset:   9387:b308b2e12f04
> > > > user:        Benjamin Lindner <address@hidden>
> > > > date:        Sat Jul 25 16:20:05 2009 +0200
> > > > summary:     determine correct image bitwidth in __magick_read__.cc
> > > > 
> > > > changeset:   9388:a8a44f20ef3b
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sat Jul 25 16:20:35 2009 +0200
> > > > summary:     fix signed integer shift
> > > > 
> > > > changeset:   9389:3602403af9b8
> > > > user:        Aleksej Saushev <address@hidden>
> > > > date:        Sat Jul 25 16:21:51 2009 +0200
> > > > summary:     initialize floating point values properly for NetBSD 
> > > > systems
> > > > 
> > > > changeset:   9390:83d604a4e803
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sat Jul 25 16:22:40 2009 +0200
> > > > summary:     fix Cholesky updating with scalars
> > > > 
> > > > changeset:   9391:c4f89df90e43
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sat Jul 25 16:26:01 2009 +0200
> > > > summary:     avoid complex -> real conversion when constructing arrays 
> > > > with []
> > > > 
> > > > changeset:   9392:6a6779e895d4
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Tue Aug 04 09:52:53 2009 +0200
> > > > summary:     correctly parse things like '@(){1 2}'
> > > > 
> > > > changeset:   9393:18b8a3aa034c
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Tue Aug 04 09:55:38 2009 +0200
> > > > summary:     use complex function for acos mapper if arg is out of 
> > > > range [-1, 1]
> > > > 
> > > > changeset:   9394:f1dd244757cd
> > > > user:        Ben Abbott <address@hidden>
> > > > date:        Thu Aug 06 07:18:53 2009 +0200
> > > > summary:     __go_draw_axes__.m: Fix ticklabels specified as 2D 
> > > > character array.
> > > > 
> > > > changeset:   9395:54a3fa5d4376
> > > > user:        Ben Abbott <address@hidden>
> > > > date:        Thu Aug 06 07:30:34 2009 +0200
> > > > summary:     Avoid the flickering x11 window seen with rapid gnuplot 
> > > > updates.
> > > > 
> > > > changeset:   9396:9107c882f193
> > > > user:        Olli Saarela <address@hidden>
> > > > date:        Thu Aug 06 07:31:45 2009 +0200
> > > > summary:     __gnuplot_get_var__: if read fails to return data, sleep
> > > > before trying again
> > > > 
> > > > changeset:   9397:16181105aeb6
> > > > user:        Pieter Eendebak <address@hidden>
> > > > date:        Thu Aug 06 07:32:53 2009 +0200
> > > > summary:     support cellstrs in setxor
> > > > 
> > > > changeset:   9398:21038fd51788
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Fri Aug 07 08:11:49 2009 +0200
> > > > summary:     implant tree_index_expression::lvalue from development 
> > > > version
> > > > 
> > > > changeset:   9399:0014ff1747a6
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Fri Aug 07 08:13:22 2009 +0200
> > > > summary:     use key list order for iterating through map with for loop
> > > > 
> > > > changeset:   9400:3db13615d39a
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Fri Aug 07 08:15:27 2009 +0200
> > > > summary:     handle null matrix assignment for diagonal and permutation 
> > > > matrices
> > > > 
> > > > changeset:   9401:3a4da80f4adc
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Fri Aug 07 08:22:13 2009 +0200
> > > > summary:     complete change d5570d4b1116
> > > > 
> > > > changeset:   9402:1d5a487a01cf
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Mon Aug 10 11:14:46 2009 +0200
> > > > summary:     parse.y (Fevalin): also return output from CATCH expression
> > > > 
> > > > changeset:   9403:a29f3eba78a2
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Thu Aug 13 07:56:00 2009 +0200
> > > > summary:     new option, --no-window-system
> > > > 
> > > > changeset:   9404:1347fcb231bd
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sun Aug 23 11:09:17 2009 +0200
> > > > summary:     dlmread: perform tilde expansion to filename argument
> > > > 
> > > > changeset:   9405:3a65f1038bdb
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sun Aug 23 11:10:05 2009 +0200
> > > > summary:     fix some functions help markup
> > > > 
> > > > changeset:   9406:4963bb455582
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sun Aug 23 11:10:35 2009 +0200
> > > > summary:     fix typos in complex xgemm
> > > > 
> > > > changeset:   9407:1371eecefd99
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sun Aug 23 11:11:27 2009 +0200
> > > > summary:     make single prec. matrix mutliply tests really single
> > > > 
> > > > changeset:   9408:9e66af7e1593
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sun Aug 23 11:11:27 2009 +0200
> > > > summary:     more fixes & tests for matrix multiply
> > > > 
> > > > changeset:   9409:f0d18d74a519
> > > > user:        John W. Eaton <address@hidden>
> > > > date:        Sun Aug 23 11:12:16 2009 +0200
> > > > summary:     acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore 
> > > > LIBS
> > > > 
> > > > changeset:   9410:c3d37d2a2b55
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Sun Aug 23 11:12:35 2009 +0200
> > > > summary:     zero matrix assignment fix
> > > > 
> > > > changeset:   9411:d208ae6e9d74
> > > > user:        David Bateman <address@hidden>
> > > > date:        Mon Aug 24 10:02:47 2009 +0200
> > > > summary:     Fix test for setting of datasource properties. Add the
> > > > edgecolor property to contours
> > > > 
> > > > changeset:   9412:8e69b1d41c03
> > > > tag:         qparent
> > > > user:        Jaroslav Hajek <address@hidden>
> > > > date:        Mon Aug 24 10:06:52 2009 +0200
> > > > summary:     fix typo in acx_blas_f77_func.m4
> > > > 
> > > > In case your favorite patch is missing, now would be a good time to 
> > > > mention it.
> > > > 
> > > > regards
> > > > 
> > > > -- 
> > > > RNDr. Jaroslav Hajek
> > > > computing expert & GNU Octave developer
> > > > Aeronautical Research and Test Institute (VZLU)
> > > > Prague, Czech Republic
> > > > url: www.highegg.matfyz.cz
> > > > 
> > > 
> > > 
> > > --------------------------------------
> > > Power up the Internet with Yahoo! Toolbar.
> > > http://pr.mail.yahoo.co.jp/toolbar/
> > > 
> > 
> > 
> > --------------------------------------
> > Power up the Internet with Yahoo! Toolbar.
> > http://pr.mail.yahoo.co.jp/toolbar/
> > 
> 
> 
> --------------------------------------
> Power up the Internet with Yahoo! Toolbar.
> http://pr.mail.yahoo.co.jp/toolbar/
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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