Lucid Puppy 5.0

Please post any bugs you have found
Post Reply
Message
Author
Minomushi
Posts: 8
Joined: Thu 06 May 2010, 00:46

Lucid Puppy 5.0

#1 Post by Minomushi »

I used Lucid Puppy 5.0(lupu-500),
and customized for japanese language.

I was build imlib2-1.4.4

# tar jxvf imlib2-1.4.4.tar.bz2
...
# cd imlib2-1.4.4
# ./configure --prefix=/usr
...
# make
...
make[1]: Leaving directory `/work/imlib2-1.4.4'
# LANG=C new2dir make install
...
This program built for i486-pc-linux-gnu
...
make: *** [install-recursive] Error 1
...
# set|grep MACHTYPE
MACHTYPE=i486-t2-linux-gnu
# cd /usr/lib/gcc
# ls -l
total 0
drwxr-xr-x 4 root root 26 2010-04-18 22:26 i486-linux-gnu[/code]

i486-linux-gnu <- Is this correct?
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2 Post by 01micko »

Hello Minomushi

Welcome to the kennels :)

On some occasions 'new2dir' can fail. In that instance I use 'make install DESTDIR=/$dir' and strip manually.

I hope this helps.

Cheers
Puppy Linux Blog - contact me for access
Minomushi
Posts: 8
Joined: Thu 06 May 2010, 00:46

Re: Lucid Puppy 5.0

#3 Post by Minomushi »

01micko wrote:Hello Minomushi

Welcome to the kennels Smile

On some occasions 'new2dir' can fail. In that instance I use 'make install DESTDIR=/$dir' and strip manually.

I hope this helps.

Cheers
Thank you, 01micko.

It solved it when executing it as shown by 01micko.
Post Reply