This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gcc-ssa libmudflap] x86_64 build fix


On Jun  3, 2003, "Frank Ch. Eigler" <fche@redhat.com> wrote:

> 2003-06-03  Frank Ch. Eigler  <fche@redhat.com>

> 	* acinclude.m4: Force "pass_all" deplibs_check_method for libtool
> 	for x86_64 target.

This is wrong.  It's not legal to link non-PIC into shared libraries
on x86_64.  You're disabling this sanity check.

Also, this code in acinclude.m4 is supposed to be taken from the
toplevel libtool.m4.  Look for sinclude(../libtool.m4) in, for
example, libstdc++-v3/acinclude.m4 for the magic spell.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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