Tom Tromey <[EMAIL PROTECTED]> wrote
Fri, 4 Feb 2000 15:01:20 -0800 (PST):

   Linus> We are working with Autoconf based configuration for GMP.
   
   I have a certain amount of interest in this.  I'd like to make sure it
   is possible to build GMP as a target library so that we can build it
   (sometimes) as part of libgcj (runtime for the Java front end to gcc).
   
   Are you willing to write your configure script to allow this?
   Otherwise, odds are, I'll end up having to hack it later :-(
   
We now use nm, found by AC_CHECK_TOOL.  Will that do?  We use this
horrible sed script to find the symbol value:

  sed -e 's;[[][0-9][]]\(.*\);\1;' -e 's;[^1-9]*\([0-9]*\).*;\1;'

Does anyone have any better idea?

--linus

Reply via email to