This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why is malloc being defined as rpl_malloc ??


"Dr. David Kirkby" <drkirkby@ntlworld.com> wrote:
...
> I'm now trying to run the script on a 64-bit Dec Alpha (Digital
> Personal Workstation 600a to be precise) running HP/Compaq's Tru64
> operating system. The build process fails with:
>
> ld:
> Unresolved:
> rpl_malloc

That happens when you use AC_FUNC_MALLOC (and it finds it needs to use
rpl_malloc), and a later configure-time link-test (or run-test) uses
malloc without preceding that use with `#undef malloc'.

Please let us know which macro contains the offending use of malloc.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]