help-octave
[Top][All Lists]
Advanced

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

Re: ANNOUNCE: Octave Version 2.0.3 released


From: John W. Eaton
Subject: Re: ANNOUNCE: Octave Version 2.0.3 released
Date: Tue, 18 Feb 1997 22:46:25 -0600

On 18-Feb-1997, address@hidden <address@hidden> wrote:

|   gcc -Xlinker -exepct_unresolved -Xlinker '*' -o libreadline.so readline.o 
vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o 
isearch.o display.o signals.o history.o tilde.o xmalloc.o ; \
| fi
| collect2: ld returned 1 exit status
| /bin/ld:
| -exepct_unresolved: Unknown flag

Yes, this needs to be fixed in configure.in, kpathsea/configure.in,
and readline/configure.in.  Also, the value of SH_LDFLAGS needs to
include -shared on the Alpha, and the rule for making .oct files in
src/Makefile.in needs to use $(SH_LDFLAGS) instead of just -shared.

I will probably make another release in a few days to fix these
problems.

Thanks,

jwe


reply via email to

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