octave-maintainers
[Top][All Lists]
Advanced

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

Re: A MinGW release tomorrow?


From: William Poetra Yoga Hadisoeseno
Subject: Re: A MinGW release tomorrow?
Date: Sun, 19 Feb 2006 08:39:50 +0800

On 2/19/06, Sebastien Loisel <address@hidden> wrote:
> David,
>
>  I'd like to try to get a MinGW release tomorrow. I don't mind trying to
> sort out the QT installation issues myself, however is there an updated
> octave-mingw zip file or do I just use the one I have?
>
>  Also, I don't have the bandwidth at home to host such a large file, and I'm
> not sure my alma mater (McGill) would be too pleased if I hosted a 100MB
> file there, and I still haven't sorted out the internet at my current
> institution (Geneva University). I did apply for a sourceforge project (will
> they be ok with a 100MB binary?) but this won't come in until mid-week. I
> know you have good bandwidth, but I'm not sure your home server is a good
> place for it...
>
>  Anyway, what do you think?
>
>  Sébastien Loisel
>
>

Um... I think you might like to change this part in configure.in:

AC_CHECK_LIB(readline,rl_set_screen_size,LIBS="$LIBS -lreadline",
    AC_MSG_ERROR(Readline is required.))

To:

AC_CHECK_LIB(readline,rl_set_screen_size,LIBS="$LIBS -lreadline -lncurses",
    AC_MSG_ERROR(Readline is required.))

Otherwise configure fails, complaining that it can't find -lreadline
(well, at least on my system...).

--
William Poetra Yoga Hadisoeseno



reply via email to

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