PATCH: Re: jartool.c:539: undefined reference to `strdup'

Alexandre Oliva aoliva@redhat.com
Thu May 3 10:13:00 GMT 2001


On May  3, 2001, "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:

> OK for branch and main?

I don't think so.  strdup() is sometimes defined as a macro, and
sometimes it's declared to take a const char *.  Better check for it
and define it only if it's not present, or go for libiberty, which I
think would be a better idea.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-bugs mailing list