Re: Trying to build parted as a static unlinked binary, need help.

2012-10-18 Thread Jim Meyering
gi_j...@hushmail.com wrote: > Its part of a project. > > Its going to be copied to a tmpfs partition(with some other static binaries), > and its initial source it was copied from will be overwritten. Any dynamic > linkings and it fails. > > On 10/17/2012 at 3:18 PM, "Jim Meyering" wrote: > > g

Re: Trying to build parted as a static unlinked binary, need help.

2012-10-17 Thread Jim Meyering
gi_j...@hushmail.com wrote: > I am trying to build GNU parted as a static unlinked library so its portable > with no library deps. > > and I am failing. > > best way to do this? Why do you want that? Can you use a gparted ISO instead? http://gparted.sourceforge.net/

Trying to build parted as a static unlinked binary, need help.

2012-10-17 Thread gi_jack
I am trying to build GNU parted as a static unlinked library so its portable with no library deps. and I am failing. best way to do this?