>
>
>Hello,
>
>
>I am trying to build Octave 3.6.3 on my Fedora 16 loaded laptop. However, I can't seem to pass this error:
>
>
>./configure
>make
>
>
>rm -f DLD-FUNCTIONS/urlwrite.oct
>la=
urlwrite.la && \
> of=urlwrite.oct && \
> cd DLD-FUNCTIONS && \
> ln -s .libs/`/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $la` $of && \
> touch .urlwrite.oct-stamp
>./.libs/liboctinterp.so: undefined reference to `gzgetc_'
>collect2: ld returned 1 exit status
>make[3]: *** [octave] Error 1
>make[3]: Leaving directory `/home/gsever/Downloads/octave-3.6.3/src'
>make[2]: *** [all] Error 2
>make[2]: Leaving directory `/home/gsever/Downloads/octave-3.6.3/src'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/home/gsever/Downloads/octave-3.6.3'
>make: *** [all] Error 2
>
>
>
>
>Could someone help me to fix this build error? A Fedora 16 rpm or binary built would be useful, too.
>
>
>Thanks.
>
>
>PS:
>$ uname -a
>Linux 3.6.10-2.fc16.x86_64 #1 SMP Tue Dec 11 18:55:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
>
>
>
>
>-- Gökhan