On Thursday 03 May 2007 12:57, Martin Albrecht wrote:
> Got it. I kind of messed up in the Makefile.in such that LIB doesn't link
> to lib but to
>
> LIB ->
> /tmp/sage-2.5.alpha2/spkg/build/singular-3-0-2-20070424/Singular/LIB
>
> . Also, the *.lib scripts didn't get installed.
>
> Maybe replacing install-nolns in the Makefile.in by:
>
> installslib-nolns: LIB
> test -d ${slibdir} || ${INSTALL} -d `pwd`/LIB ${slibdir}
> ${INSTALL} `pwd`/LIB/*.lib ${slibdir}
> ${MKINSTALLDIRS} ${slibdir}/gftables
> ${INSTALL} `pwd`/LIB/gftables/* ${slibdir}/gftables/
I'm not sure if I'm being thickheaded, but these directions didn't work for me
and I was sufficiently confused about them that I couldn't debug them.
Here's what I did:
1) REMOVED my install-nolns and replaced withthe installslib-nolns as above
2) Rebuilt by running ./spkg-install in the singular build directory
3) Received a make error about not having install-nolns
4) I changed the spkg-install to reference the new installslib-nolns
5) Got an error about not knowing how to make target LIB
6) I wasn't sure if I should be making LIB manually or what
Maybe you have this all figured out and don't need me to debug (i.e. -- I'll
happily be patient until a fixed alpha/beta comes out). Let me know if there
is something else I should be trying.
--
Joel
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
sage-devel-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---
|