Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

[9fans] env size limit

已查看 3 次
跳至第一个未读帖子

roger peppe

未读,
2009年10月27日 12:52:442009/10/27
收件人
the environment variable size limit is set to 16300 bytes which
seems rather small; for instance it can break mkfiles for large projects.

might a patch specifying a larger size limit (e.g. 128K) be accepted?

erik quanstrom

未读,
2009年10月27日 15:56:102009/10/27
收件人

you need a single variable that's bigger than 16300 bytes?

- erik

roger peppe

未读,
2009年10月27日 17:24:252009/10/27
收件人
yes.

for instance when there are a few thousand source files
and one wants to link them all.

2009/10/27 erik quanstrom <quan...@coraid.com>:

Robert Raschke

未读,
2009年10月28日 05:42:132009/10/28
收件人
On Tue, Oct 27, 2009 at 9:21 PM, roger peppe <rogp...@gmail.com> wrote:
2009/10/27 erik quanstrom <quan...@coraid.com>:
> On Tue Oct 27 12:52:52 EDT 2009, rogp...@gmail.com wrote:
>> the environment variable size limit is set to 16300 bytes which
>> seems rather small; for instance it can break mkfiles for large projects.
>>
>> might a patch specifying a larger size limit (e.g. 128K) be accepted?
>
> you need a single variable that's bigger than 16300 bytes?
>
> - erik 
 
yes.

for instance when there are a few thousand source files
and one wants to link them all.

Use libraries!

Robby


Andreas Zell

未读,
2009年10月29日 05:42:252009/10/29
收件人
On 28 Okt., 10:42, rtrli...@googlemail.com (Robert Raschke) wrote:
> On Tue, Oct 27, 2009 at 9:21 PM, roger peppe <rogpe...@gmail.com> wrote:
> > 2009/10/27 erik quanstrom <quans...@coraid.com>:

> > > On Tue Oct 27 12:52:52 EDT 2009, rogpe...@gmail.com wrote:
> > >> the environment variable size limit is set to 16300 bytes which
> > >> seems rather small; for instance it can break mkfiles for large
> > projects.
>
> > >> might a patch specifying a larger size limit (e.g. 128K) be accepted?
>
> > > you need a single variable that's bigger than 16300 bytes?
>
> > > - erik
>
> yes.
>
>
>
> > for instance when there are a few thousand source files
> > and one wants to link them all.
>
> Use libraries!
>
> Robby

Hmm,

ar cr libfile.a $(A_FEW_THOUSEND_OBJECT_FILES)

AZ

Robert Raschke

未读,
2009年10月29日 06:15:202009/10/29
收件人

ROFL.

Robby

PS Hmm, you are joking, right? I'm never entirely sure in these international discussions without signifiers like :-)

Andreas Zell

未读,
2009年10月29日 07:35:312009/10/29
收件人
On 29 Okt., 11:15, rtrli...@googlemail.com (Robert Raschke) wrote:

That's right.

AZ

0 个新帖子