public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* Glibc 2.12.0 and 2.12.1 compatiblity
       [not found] <46297152.997095.1693136296744.ref@mail.yahoo.com>
@ 2023-08-27 11:38 ` Taw
  2023-08-27 12:05   ` Basile Starynkevitch
  0 siblings, 1 reply; 2+ messages in thread
From: Taw @ 2023-08-27 11:38 UTC (permalink / raw)
  To: libc-help

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

Hello,I have a short question: If I build something with glibc 2.12.1 (using crosstool-ng), will it work on computers which have glibc 2.12.0 installed?
I chechked the diff between the sources but I am not that knowledgeable about glibc so a more advisable opinion with be more helpful.
Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Glibc 2.12.0 and 2.12.1 compatiblity
  2023-08-27 11:38 ` Glibc 2.12.0 and 2.12.1 compatiblity Taw
@ 2023-08-27 12:05   ` Basile Starynkevitch
  0 siblings, 0 replies; 2+ messages in thread
From: Basile Starynkevitch @ 2023-08-27 12:05 UTC (permalink / raw)
  To: Taw; +Cc: libc-help


On 8/27/23 13:38, Taw via Libc-help wrote:
> Hello,I have a short question: If I build something with glibc 2.12.1 (using crosstool-ng), will it work on computers which have glibc 2.12.0 installed?
> I chechked the diff between the sources but I am not that knowledgeable about glibc so a more advisable opinion with be more helpful.


Yes in most of the cases. You didn't explain what your program is doing, 
and how critical it is, and what is your computer hardware.


The rare differences would be if your program depend (implicitly) on 
some buggy behavior of Glibc 2.12.0 which has been improved in Glibc 2.12.1

There could also be operating system differences. For example, if your 
program uses popen to run a program available on one computer, but not 
on the other.

Or if your program fopen-s a file which is present on one computer and 
not on the other.

Regards from near Paris in France


NB my pet open source project is the RefPerSys inference engine on 
https://github.com/RefPerSys/RefPerSys/ - contributors are welcome.

-- 
Basile Starynkevitch                  <basile@starynkevitch.net>
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-27 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <46297152.997095.1693136296744.ref@mail.yahoo.com>
2023-08-27 11:38 ` Glibc 2.12.0 and 2.12.1 compatiblity Taw
2023-08-27 12:05   ` Basile Starynkevitch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).