Inpreet Singh wrote: > Sir I am using gd library on Linux intel processor sucessfully but now I > want to do same on MIPS. I don't know to how install, configure and test > gd library on MIPS. Sir please give me some clue or link to study for > the same. > > I tried to configure gd library compilation using following command from > linux intel processor: > > ./configure --host=mips > and it makes Makefile with some differences > *************************************************** > host_triplet = mips-unknown-elf > host = mips-unknown-elf > host_alias = mips > host_cpu = mips
This can't work on a linux system. Try "./configure --host=mips-linux" > ************************************************************** > Also I have downloaded debian packages for gd library on MIPS processor > but don't know how to install them. I tried dpkg command but it shows no > such command. So sir please help me out. "dpkg -i <package>.deb" should work. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

