Re: Python recompile

Kaz Kylheku <[email protected]>
Newsgroups comp.lang.c,comp.lang.c++,comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
On 2025-03-04, [email protected] <[email protected]> wrote:
> On Tue, 4 Mar 2025 09:57:16 +0000
> Richard Heathfield <[email protected]> wibbled:
>>On 04/03/2025 09:23, [email protected] wrote:
>>> because plenty of compilation issues are caused by code issues.
>>
>>Undoubtedly true, and equally undoubtedly irrelevant in this 
>>case. Were it relevant, the OP would by now have shown us the 
>>problem code.
>
> So what you're saying is you can't troubleshoot linking problems. Do you
> get someone else to compile your code for you?

Python is not "your code" for any value of "your" referring to any
regular here in comp.lang.c.

> A compiler is a compiler, a linker is a linker. Troubleshooting both is part
> of the development process of any competent C dev. But we know already you
> don't consider that to be the case because its beyond your abilities.

Troubleshooting an open source package build problem is often a complex
problem that in most cases requires direct access to the environment
where the problem is happening.

It's actually a case of porting. When Python does not build in some OS
distro with certain compilers, that's a kind of porting challenge.

The program in question almost certainly doesn't have a C language
problem. It has a build system portability problem.  Even though
some build system portability problems intersect with C topics, This
isn't a build system portability problem newsgroup.

"Port this big package for me to my environment because I don't know
what I'm doing" is not a suitable discussion topic here for reasons like
people not having that exact environment ot be able to reproduce the
problem, and people not coming here to discuss that sort of thing.

It's a lot better to take it to either a mailing list for the platform
where you are trying to port the program, or else the mailing list for
that program.

The build issue could be something that recurs for other programs
being ported to the same environment.

-- 
TXR Programming Language: http://nongnu.org/txr
Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
Mastodon: @[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.