Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.c > #10523

Re: Apropos Libraries

From Helmut Schellong <rip@schellong.biz>
Newsgroups de.comp.lang.c
Subject Re: Apropos Libraries
Date 2023-06-16 11:36 +0200
Message-ID <u6haf9$1d1ap$1@solani.org> (permalink)
References <u6ekm1$1a20l$1@solani.org> <u6ffge$fer4$1@dont-email.me> <u6fkdj$1ai1d$1@solani.org> <u6fock$3rdtq$1@starfleet.inka.de>

Show all headers | View raw


On 06/15/2023 21:21, Enrik Berkhan wrote:
> Helmut Schellong <rip@schellong.biz> wrote:
> 
> [viel off-topic]
>> 28972435 -r--r--r--  1 root  wheel  166 Jun 22  2018 /usr/lib/libc.so
>> 28972769 -r--r--r--  1 root  wheel  4156284 Jun 22  2018 /usr/lib/libc.a
>> 34429861 -r--r--r--  1 root  wheel  1449392 Jun 22  2018 /usr/lib32/libc.so.7
>> 34430063 -r--r--r--  1 root  wheel  176 Jun 22  2018 /usr/lib32/libc.so
>> 34430438 -r--r--r--  1 root  wheel  2721658 Jun 22  2018 /usr/lib32/libc.a
>>
>> 28972530 -r--r--r--  1 root  wheel  832992 Jun 22  2018 /usr/lib/libc++.so.1
>> 28972707 -r--r--r--  1 root  wheel  1982076 Jun 22  2018 /usr/lib/libc++.a
>> 28972905 -r--r--r--  1 root  wheel  141 Jun 22  2018 /usr/lib/libc++.so
>> 34429965 -r--r--r--  1 root  wheel  145 Jun 22  2018 /usr/lib32/libc++.so
>> 34430398 -r--r--r--  1 root  wheel  784116 Jun 22  2018 /usr/lib32/libc++.so.1
>> 34430493 -r--r--r--  1 root  wheel  1461664 Jun 22  2018 /usr/lib32/libc++.a
>>
>> In /usr/local (Third party) gibt es so etwas nicht.
> 
> Es ist nicht unüblich, dass shared objects in einem "Standardpfad"
> gesucht werden, der durchaus /usr/local/lib vor /usr/lib enthalten kann.
> Ich weiß nicht, wie dynamisches Linken bei dem von dir favorierten
> Betriebssystem funktioniert. Da kannst du ja mal anfangen zu suchen.
> 
> Das hat aber nur entfernt mit dem Thema dieser Gruppe zu tun.
> 

Im C-Standard ist das Wort 'Library' ungefähr 500-mal enthalten.
Der Standard beschreibt sogar konkret vorherige Translationsphasen mit Hilfe
von Einzelobjekten oder zusammengefaßt in Libraries, um schließlich
eine ausführbare Datei produziert zu haben, per externem Linken.

OFFtopic ist dies Thema folglich gar nicht!
Denn der C-Standard ist ja mit allem, was er enthält, zweifellos ONtopic.

Ich habe mit meinem Posting keine Hilfe hier gesucht, sondern ich wollte
konzeptionell fehlerhaftes Verhalten beim Linken aufzeigen.
Denn es wurde grundlos der Start des grafischen Systems des OS abgebrochen,
wegen eines Öffnens einer neuen, fremden Lib mit unbekannten Symbolen, obwohl
der Vorgang bereits 'satisfied' war.


-- 
Mit freundlichen Grüßen
Helmut Schellong   var@schellong.biz
http://www.schellong.de/c.htm  http://www.schellong.de/c2x.htm  http://www.schellong.de/c_padding_bits.htm
http://www.schellong.de/htm/bishmnk.htm  http://www.schellong.de/htm/rpar.bish.html  http://www.schellong.de/htm/sieger.bish.html
http://www.schellong.de/htm/audio_proj.htm  http://www.schellong.de/htm/audio_unsinn.htm  http://www.schellong.de/htm/tuner.htm
http://www.schellong.de/htm/string.htm  http://www.schellong.de/htm/string.c.html  http://www.schellong.de/htm/deutsche_bahn.htm
http://www.schellong.de/htm/schaltungen.htm  http://www.schellong.de/htm/math87.htm  http://www.schellong.de/htm/dragon.c.html

Back to de.comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-15 11:12 +0200
  Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-15 18:50 +0200
    Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-15 20:14 +0200
      Re: Apropos Libraries Enrik Berkhan <Enrik.Berkhan@inka.de> - 2023-06-15 19:21 +0000
        Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 11:36 +0200
          Re: Apropos Libraries Enrik Berkhan <Enrik.Berkhan@inka.de> - 2023-06-16 12:16 +0000
            Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 17:44 +0200
              Re: Apropos Libraries Stefan Reuther <stefan.news@arcor.de> - 2023-06-16 19:09 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 23:23 +0200
                Re: Apropos Libraries Stefan Reuther <stefan.news@arcor.de> - 2023-06-17 15:26 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-17 19:01 +0200
                Re: Apropos Libraries Stefan Reuther <stefan.news@arcor.de> - 2023-06-18 10:47 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-18 12:50 +0200
                Re: Apropos Libraries felix@palmen-it.de (Felix Palmen) - 2023-06-18 13:52 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-18 20:51 +0200
                Re: Apropos Libraries felix@palmen-it.de (Felix Palmen) - 2023-06-19 07:48 +0200
                Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-19 15:01 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-19 18:54 +0200
                Re: Apropos Libraries Claus Reibenstein <creibens@gmail.com> - 2023-06-19 18:38 +0200
                Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-19 18:57 +0200
                Re: Apropos Libraries Claus Reibenstein <creibens@gmail.com> - 2023-06-19 19:07 +0200
                Re: Apropos Libraries felix@palmen-it.de (Felix Palmen) - 2023-06-19 19:44 +0200
                Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-19 20:21 +0200
                Re: Apropos Libraries felix@palmen-it.de (Felix Palmen) - 2023-06-19 20:28 +0200
                Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-19 21:02 +0200
                Re: Apropos Libraries "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-19 21:31 +0200
                Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-19 21:38 +0200
          Re: Apropos Libraries Thomas Klix <wotokl@web.de> - 2023-06-16 18:57 +0200
            Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 22:45 +0200
      Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-16 14:21 +0200
        Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 15:34 +0200
          Re: Apropos Libraries Bonita Montero <Bonita.Montero@gmail.com> - 2023-06-16 16:08 +0200
            Re: Apropos Libraries Helmut Schellong <rip@schellong.biz> - 2023-06-16 17:51 +0200

csiph-web