[C++-sig] gcc-link-action actions to long (max 10240)

gideon may gideon at computer.org
Mon Nov 4 17:59:48 CET 2002


--On Monday, November 04, 2002 5:18 PM +0100 Achim Domma 
<achim.domma at syynx.de> wrote:

> Hi,
>
> my extension module compiles fine on Windows with VC7. On Linux (RedHat 8
> with gcc 3.2) I get the following error:
>
> gcc-link-action actions to long (max 10240)
>
> What should I do? I'm quite new to Linux and have setup the system just
> for testing compilation of my project.
>

It's a hardcoded limit in jam.h at line 462 (boost 1.29.0) . I came across 
the same
problem and by increasing it the error disappeared.

ciao,

gideon




More information about the Cplusplus-sig mailing list