[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: static linking and isofs9660
From: |
Jeroen Dekkers |
Subject: |
Re: static linking and isofs9660 |
Date: |
Sat, 30 Aug 2003 11:31:07 +0200 |
User-agent: |
Mutt/1.5.4i |
On Sat, Aug 30, 2003 at 01:13:15AM +0100, Greg Buchholz wrote:
>
> I've been trying to statically link the isofs9660 translator (for
> use in a bootable cd) and I have been unsuccessful so far. My best idea
> was to try...
>
> make LDFLAGS="$LDFLAGS -static"
You can do what Marcus and Alfred wrote or use the
--enable-static-progs configure switch to specify what you want to
build static. I.e. --enable-static-progs=ext2fs,isofs builds static
versions of ext2fs and isofs.
Jeroen Dekkers
- static linking and isofs9660, Greg Buchholz, 2003/08/29
- Re: static linking and isofs9660, Marcus Brinkmann, 2003/08/29
- Re: static linking and isofs9660, Greg Buchholz, 2003/08/30
- Re: static linking and isofs9660, Michael Banck, 2003/08/30
- Re: static linking and isofs9660, Marcus Brinkmann, 2003/08/30
- Re: static linking and iso9660fs, Greg Buchholz, 2003/08/30
- Re: static linking and iso9660fs, Marcus Brinkmann, 2003/08/30
- Re: static linking and iso9660fs, Greg Buchholz, 2003/08/31
Re: static linking and isofs9660, Alfred M. Szmidt, 2003/08/30
Re: static linking and isofs9660,
Jeroen Dekkers <=