Re: Still having problems with cross nm.

2000-07-10 Thread Alexandre Oliva
On Jul 5, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > + * libtool.m4 (AC_PROG_NM): Fix macro so that it > + finds a cross NM on the PATH. Thanks, please post it to [EMAIL PROTECTED] -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Still having problems with cross nm.

2000-07-04 Thread Mo DeJong
I posted a patch for libtool the other day to add a cross nm check, but in fact it does not seem to solve the problem in a program I am trying to cross compile (Doh!). After some more digging, I found a AC_PROG_NM macro in libtool.m4 that searches on the PATH for a nm executable. At first I was n