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: New libtool is in the GCC and Src trees.


Steve and Paolo,

	The libtool update has re-exposed the libgfortran build problem on
AIX.  libtool calculates max_cmd_line on AIX as 8192 and the link
commandline generated after the libtool update exceeds that limit.

	With the old, patched libtool, initially I was overriding
max_cmd_line, but then I was able to work around it by defining


MAKEOVERRIDES=


in libgfortran/Makefile.in to remove the redundant Make variables passed
in.  With the libtool update, that Makefile trick no longer seems to be
effective.

	I am working around the problem by returning to overriding
max_cmd_line in libgfortran/configure, but this is going to affect users
who want to build GCC on AIX with Fortran configured.

	Is there some other place I need to remove the extra Make
variables?  Is now the time when GCC should strip the extra variables it
passes?  Any idea why the new libtool is creating such large commandlines?

Thanks, David


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