Re: Python recompile

Liste des GroupesRevenir à cl python 
Sujet : Re: Python recompile
De : Muttley (at) *nospam* DastardlyHQ.org
Groupes : comp.lang.c comp.lang.python
Date : 07. Mar 2025, 10:53:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqefn1$3flpt$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
On Thu, 6 Mar 2025 19:21:45 -0000 (UTC)
antispam@fricas.org (Waldek Hebisch) wibbled:
In comp.lang.c Muttley@dastardlyhq.org wrote:
On Tue, 4 Mar 2025 18:16:25 +0000
bart <bc@freeuk.com> wibbled:
The CPython source bundle doesn't come with any makefiles. The first
step appears to be to run a 35,000-line 'configure' script. Part of its
 
Frankly any build system that has a 35K configure file needs revisiting.
No package is so complex as to require that much setup. OS specific code
should be dealt with some appropriate ifdefs in the source and libraries
and linking should be a few 10s of lines.
 
Back in the day packages used to hve different preprepared Makefiles for
each system they could build on and IME that tended to work a lot better
than configure scripts that tried to figure things out on the fly.
>
I remember times when source package came with README file saying
edit this and that to configure for your system.  Typically one
had to edit Makefile and possibly something like config.h.  For

Header files should never have to be manually edited unless the person who
wrote the code didn't know wtf they were doing. #ifdef exists for a reason
and if thats not enough makefiles can always manually concat stuff into a
header.

me it worked quite well.  But those times are gone.  Most people
now do not know essential information about system they use, so
are unable to provide sensible values.  And modern programs are

Those sorts of people should just install prepackaged binaries, not be building
from source.

Per platform Makefile-s do not scale when one wants to support
multiple system and multiple configurations (there is exponential
growth of possible combinations).  And even of single configuration

See above about ifdef.

detected quite early.  For example, a lot of people try to
compile program without having a C compiler.  And when they

See above about installing binaries.

It is certainly silly when generated configure file is much
bigger than actual program code.  This happens frequently

Indeed.



Date Sujet#  Auteur
2 Mar 25 * Re: Python recompile60Lew Pitcher
2 Mar 25 +* Re: Python recompile58Muttley
2 Mar 25 i+* Re: Python recompile2Lew Pitcher
3 Mar 25 ii`- Re: Python recompile1Muttley
2 Mar 25 i`* Re: Python recompile55James Kuyper
3 Mar 25 i `* Re: Python recompile54Muttley
3 Mar 25 i  +* Re: Python recompile5Richard Heathfield
3 Mar 25 i  i`* Re: Python recompile4Muttley
3 Mar 25 i  i +* Re: Python recompile2bart
3 Mar 25 i  i i`- Re: Python recompile1Muttley
3 Mar 25 i  i `- Re: Python recompile1Richard Heathfield
3 Mar 25 i  `* Re: Python recompile48James Kuyper
3 Mar 25 i   +- Re: Python recompile1Muttley
3 Mar 25 i   `* Re: Python recompile46geodandw
3 Mar 25 i    +- Re: Python recompile1Muttley
3 Mar 25 i    +* Re: Python recompile26James Kuyper
3 Mar 25 i    i+* Re: Python recompile23Muttley
3 Mar 25 i    ii+* Re: Python recompile3David Brown
4 Mar 25 i    iii`* Re: Python recompile2Muttley
4 Mar 25 i    iii `- Re: Python recompile1Kaz Kylheku
3 Mar 25 i    ii+* Re: Python recompile18Richard Heathfield
4 Mar 25 i    iii`* Re: Python recompile17Muttley
4 Mar 25 i    iii `* Re: Python recompile16Richard Heathfield
4 Mar 25 i    iii  +* Re: Python recompile14Muttley
4 Mar 25 i    iii  i`* Re: Python recompile13Richard Heathfield
4 Mar 25 i    iii  i `* Re: Python recompile12Muttley
4 Mar 25 i    iii  i  +* Re: Python recompile2Richard Heathfield
4 Mar 25 i    iii  i  i`- Re: Python recompile1Muttley
4 Mar 25 i    iii  i  `* Re: Python recompile9Kaz Kylheku
4 Mar 25 i    iii  i   `* Re: Python recompile8bart
5 Mar 25 i    iii  i    +* Re: Python recompile6Muttley
6 Mar 25 i    iii  i    i`* Re: Python recompile5Waldek Hebisch
7 Mar 25 i    iii  i    i +- Re: Python recompile1Muttley
7 Mar 25 i    iii  i    i `* Re: Python recompile3Lawrence D'Oliveiro
7 Mar 25 i    iii  i    i  +- Re: Python recompile1bart
10 Mar 25 i    iii  i    i  `- Re: Python recompile1Waldek Hebisch
6 Mar 25 i    iii  i    `- Re: Python recompile1Lawrence D'Oliveiro
5 Mar 25 i    iii  `- Re: Python recompile1James Kuyper
4 Mar 25 i    ii`- Re: Python recompile1Kenny McCormack
3 Mar 25 i    i`* Re: Python recompile2geodandw
3 Mar 25 i    i `- Re: Python recompile1James Kuyper
3 Mar 25 i    +* Re: Python recompile10Richard Heathfield
3 Mar 25 i    i`* Re: Python recompile9geodandw
3 Mar 25 i    i +* Re: Python recompile4Richard Heathfield
4 Mar 25 i    i i`* Re: Python recompile3geodandw
4 Mar 25 i    i i +- Re: Python recompile1Kaz Kylheku
4 Mar 25 i    i i `- Re: Python recompile1Richard Heathfield
4 Mar 25 i    i `* Re: Python recompile4David Brown
4 Mar 25 i    i  +* Re: Python recompile2Richard Heathfield
4 Mar 25 i    i  i`- Re: Python recompile1Muffley
4 Mar 25 i    i  `- Re: Python recompile1Michael S
3 Mar 25 i    +* Re: Python recompile3David Brown
4 Mar 25 i    i`* Re: Python recompile2Muttley
4 Mar 25 i    i `- Re: Python recompile1Kaz Kylheku
6 Mar 25 i    `* Re: Python recompile5Stuart Redmann
6 Mar 25 i     +* Re: Python recompile2Richard Heathfield
6 Mar 25 i     i`- Re: Python recompile1Muttley
6 Mar 25 i     +- Re: Python recompile1Chris M. Thomasson
7 Mar 25 i     `- Re: Python recompile1James Kuyper
2 Mar 25 `- Re: Python recompile1Left Right

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal