help-octave
[Top][All Lists]
Advanced

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

failing to link liboctdld.a


From: Jeppe Sigbrandt
Subject: failing to link liboctdld.a
Date: Thu, 1 Aug 1996 17:02:53 +0100

Hi,

I configured octave using
        configure --enable-dld --enable-lite-kernel
and installed octave using
        make CXXFLAGS=-O2 CFLAGS=-O2 FFLAGS=-O LDFLAGS= > compile_messages
        make CXXFLAGS=-O2 CFLAGS=-O2 FFLAGS=-O LDFLAGS= install > 
install_messages

Have tried this several times (using LDFLAGS=-s too) and in each case
I get errors about failing to link liboctdld.a as in e.g. below:

octave:48> max
error: failed to link library /usr/local/lib/liboctdld.a
error: unable to load builtin function max
error: evaluating expression near line 48, column 1
octave:49> which max
max is a builtin function

Other info
gcc --version 
2.6.3
make --version
GNU Make version 3.72.1

Compiling without modifying flags (i.e. -g -O) works fine !!, but leaves
me with an 8 Mb binary.  Stripping this gives error linking as above.
The binary distribution I'm using was made without DLD support. 

Thanks,
jay

ps:  thanks to John & Ted for helping me with previous problems.
pps: if this sounds like a bug I can re-submit using appropriate form


reply via email to

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