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


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

Re: Apropos Libraries

From Enrik Berkhan <Enrik.Berkhan@inka.de>
Newsgroups de.comp.lang.c
Subject Re: Apropos Libraries
Date 2023-06-15 19:21 +0000
Organization void
Message-ID <u6fock$3rdtq$1@starfleet.inka.de> (permalink)
References <u6ekm1$1a20l$1@solani.org> <u6ffge$fer4$1@dont-email.me> <u6fkdj$1ai1d$1@solani.org>

Show all headers | View raw


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.

Gruß,
Enrik

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