Bryan Kadzban wrote:
> Armin K. wrote:
>> On 01/19/2014 12:45 AM, Bruce Dubbs wrote:
>>> Armin K. wrote:
>>>
> I'm glad you reminded me of that. I suppose I could avoid a lot of
> changes if we made the symlinks, including one for
> /usr/include/{blkid,uuid}/. I'll keep investigating.
Armin K. wrote:
> On 01/19/2014 12:45 AM, Bruce Dubbs wrote:
>> Armin K. wrote:
>>
I'm glad you reminded me of that. I suppose I could avoid a lot of
changes if we made the symlinks, including one for
/usr/include/{blkid,uuid}/. I'll keep investigating.
>>> You don't really
On 01/19/2014 12:45 AM, Bruce Dubbs wrote:
> Armin K. wrote:
>
>>> I'm glad you reminded me of that. I suppose I could avoid a lot of
>>> changes if we made the symlinks, including one for
>>> /usr/include/{blkid,uuid}/. I'll keep investigating.
>>>
>>
>> You don't really want to do this. If /usr
Armin K. wrote:
>> I'm glad you reminded me of that. I suppose I could avoid a lot of
>> changes if we made the symlinks, including one for
>> /usr/include/{blkid,uuid}/. I'll keep investigating.
>>
>
> You don't really want to do this. If /usr/include/blkid is a symlink to
> /tools/include/blkid
On 19.1.2014 0:24, Bruce Dubbs wrote:
> Armin K. wrote:
>>
>>
>> On 18.1.2014 23:04, Bruce Dubbs wrote:
>>> Armin K. wrote:
Well if it works, why not then. Just one minor suggestion below
>>>
>
> Chapter 6: e2fsprogs
>
> mkdir -v build
> cd build
> export LD_LIBR
Armin K. wrote:
>
>
> On 18.1.2014 23:04, Bruce Dubbs wrote:
>> Armin K. wrote:
>>> Well if it works, why not then. Just one minor suggestion below
>>>
>>
Chapter 6: e2fsprogs
mkdir -v build
cd build
export LD_LIBRARY_PATH=/tools/lib
LDFLAGS="-L /tools/lib -luuid
On 18.1.2014 23:04, Bruce Dubbs wrote:
> Armin K. wrote:
>> Well if it works, why not then. Just one minor suggestion below
>>
>
>>>
>>> Chapter 6: e2fsprogs
>>>
>>> mkdir -v build
>>> cd build
>>> export LD_LIBRARY_PATH=/tools/lib
>>> LDFLAGS="-L /tools/lib -luuid -lblkid" \
>>> CFLAGS="-I /tool
Armin K. wrote:
> Well if it works, why not then. Just one minor suggestion below
>
>>
>> Chapter 6: e2fsprogs
>>
>> mkdir -v build
>> cd build
>> export LD_LIBRARY_PATH=/tools/lib
>> LDFLAGS="-L /tools/lib -luuid -lblkid" \
>> CFLAGS="-I /tools/include" \
>> ../configure --prefix=/usr
Well if it works, why not then. Just one minor suggestion below
On 18.1.2014 22:38, Bruce Dubbs wrote:
> I've been working the last few days to put util-linux into Chapter 5 so
> it is available when other programs are built and in order to do the
> final Chapter 6 build of util-linux after udev.