From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John David Anglin" To: aoliva@redhat.com (Alexandre Oliva) Cc: gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: PATCH: Re: jartool.c:539: undefined reference to `strdup' Date: Thu, 03 May 2001 10:37:00 -0000 Message-id: <200105031737.NAA04183@hiauly1.hia.nrc.ca> References: X-SW-Source: 2001-05/msg00179.html > 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. I think the simplest thing then is to rename `strdup' so there is no conflict. It doesn't seem to make much sense to use libiberty just for this one function. The configure stuff doesn't check for any other functions or declarations. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)