How hard would it be to BORG the fixproto stuff?

Alexandre Oliva aoliva@redhat.com
Sat May 19 16:06:00 GMT 2001


On May 18, 2001, Bruce Korb <bkorb@veritas.com> wrote:

> To do that, the simplest approach is to just stuff all the
> scripts into massive strings and feed them to a system(3) call.

Two problems:

1) there are C compilers that won't accept strings longer than 511
bytes.

2) there are OSs with limits on command line lengths, and both system
and popen essentially run /bin/sh -c "The command".


Yes, this is an issue for the executable branch of libtool too :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc mailing list