as I wrote, you need to fix the spkg in order to finish the build (at
least this is the most straightforward way)
You can also explicitly modify LDFLAGS in spkg-install to pass what
needs to be passed to configure, IMHO...

On Mar 20, 9:40 pm, Florent Hivert <florent.hiv...@univ-rouen.fr>
wrote:
>        Hi there,
>
> Sorry for replying to myself:      
>
> > But there is no problem if I add it:
>
> > /usr/local/sage/sage-4.3.4/spkg/build/gd-2.0.35.p4\nsage subshell$ gcc -g 
> > -O2 -Wl,--rpath -Wl,/usr/local/sage/sage-4.3.4/local/lib -o .libs/annotate 
> > annotate.o  -L/usr/local/sage/sage-4.3.4/local/lib ./.libs/libgd.so 
> > /usr/lib64/libXpm.so /usr/lib64/libX11.so -ljpeg -lfontconfig 
> > /usr/local/sage/sage-4.3.4/local/lib/libfreetype.so 
> > /usr/local/sage/sage-4.3.4/local/lib/libpng12.so 
> > /usr/local/sage/sage-4.3.4/local/lib/libiconv.so -lz -lm -Wl,--rpath 
> > -Wl,/usr/local/sage/sage-4.3.4/local/lib
>
> > Now I'm stuck because I don't now how to fix the autoconf/makefile machinery
> > to let it add it. Any suggestion ?
>
> Replacing:
>    LIBICONV =
> by
>    LIBICONV = /usr/local/sage/sage-4.3.4/local/lib/libiconv.so
> Into the Makefile allows gd to compile. Unfortunately, I don't know what to do
> at the level of automake, neither how to finish the install from sage point of
> view. Helps mosty welcome,
>
> Cheers,
>
> Florent

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

To unsubscribe from this group, send email to 
sage-devel+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to