Re: compile Stunnel-4.11 for arm9 | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Stage Iup - Fabrice & Frederic wrote:
Hi all, I would like to compile stunnel-4.11for a board based on a ATMEL at91rm9200.I use Linux 2.4.27 and I try to compile stunnel with this commande [root@StageIup stunnel-4.11]# CC=/usr/local/arm/3.0/bin/arm-linux-gcc ./configure --host=arm-linux --prefix=/home/fabrice/dev/stunnel/stunnel-armtest --with-ssl=/home/fabrice/dev/opensslBut I have the following errorconfigure: **************************************** PTY device fileschecking for "/dev/ptmx"... configure: error: cannot check for file existence when cross compiling If any body have an idea about how to resolve this problem or how to compile stunnel for ARM ...Thanks
Hi,a lot (most) programs which are using the automake suite aren't really ready for cross compiling or could not check some of the features, because they cannot run a program on the target system.
So you have to give manually some hints.Edit config.log and find out, to which line in configure the problem belongs. Then edit configure and look at that test there. Most of the time there is a variable checked at the beginning of that test. Set this variable to the correct value at top of configure, or place it in a file named config.cache .
Best regards Peter ------------------------------------------------------------------- List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
[Site Home] [IETF Annouce] [Security] [Bugtraq] [Linux] [Linux ARM Kernel] [Linux MIPS] [ECOS] [Tools] [DDR & Rambus] [Monitors]