mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Make
Date: Mon, 8 Aug 2011 16:55:20 -0400	[thread overview]
Message-ID: <20110808205520.GN132@brightrain.aerifal.cx> (raw)
In-Reply-To: <84fdaa74ee78c44b1cbc804bfc2b8635@smtp1.ispfr.net>

On Mon, Aug 08, 2011 at 03:03:09PM +0200, nicolas@atelier-web.com wrote:
> Yop !
> 
> Now, i'm able to compile and to run musl as the only system of the system
> (chroot) but there 2 things that i don't understand.
> 
> 1) There is no /lib/ld-linux.so.2 ?

/lib/ld-musl-i386.so.1

If you're building a native compiler rather than using the wrapper you
should edit the specs to point the linker here (-dynamic-linker option).

> 2) How can i link programs with musl if i don't use gcc ?
> 
> For example, i managed to compile Make 3.82 with pcc :
> CC=pcc ./configure --prefix=/usr \
> --build=i586-pc-linux-gnu --host=i586-pc-linux-gnu
> CC=pcc make
> CC=pcc make install

You should not need --build or --host unless you're doing weird
cross-compiling stuff. In a native environment (which you have) just
CC=pcc ./configure --prefix=/usr && make should be all you need.

> But make depends on ld-linux.so.2 ans on librt.so.1 which are not provided

musl provides an empty librt.a which should satisfy anything using
-lrt. All standard library functions are in the main library; it's not
broken down into parts because that just makes the system slow,
bloated, and harder to maintain.

Rich


  reply	other threads:[~2011-08-08 20:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-07 18:57 Compilation error nicolas
2011-08-07 19:36 ` Szabolcs Nagy
2011-08-07 19:34   ` Rich Felker
2011-08-07 19:50     ` Rich Felker
2011-08-07 21:01       ` nicolas
2011-08-07 20:52         ` Rich Felker
2011-08-07 22:09       ` Szabolcs Nagy
2011-08-07 22:00         ` Rich Felker
2011-08-07 22:05           ` Rich Felker
2011-08-08  7:08           ` Szabolcs Nagy
2011-08-17 10:33             ` Szabolcs Nagy
2011-08-17 13:39               ` Rich Felker
2011-08-17 14:47                 ` Szabolcs Nagy
2011-08-17 14:59                   ` Szabolcs Nagy
2011-08-17 18:18                   ` Rich Felker
2011-08-08 13:03           ` Make nicolas
2011-08-08 20:55             ` Rich Felker [this message]
2011-08-08 20:56             ` Make Rich Felker
2011-08-09 19:10               ` Make nicolas
2011-08-09 19:29                 ` Make Rich Felker
2011-08-09 20:23                 ` Make Szabolcs Nagy
2011-08-10 19:19                   ` Make nicolas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110808205520.GN132@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).