[root@myhost bin]# ./.arm-none-linux-gnueabi-gcc
-bash: ./.arm-none-linux-gnueabi-gcc: Arquivo ou diretório não encontrado

filenot exists? but it´s there!
[root@myhost bin]# ls -la | grep arm-none-linux-gnueabi-gcc
lrwxrwxrwx 1 root root      26 Jan 21 21:26 arm-linux-gcc ->
arm-none-linux-gnueabi-gcc
lrwxrwxrwx 1 root root      32 Jan 21 21:26 arm-linux-gcc-4.4.3 ->
arm-none-linux-gnueabi-gcc-4.4.3
lrwxrwxrwx 1 root root      29 Jan 21 21:26 arm-linux-gccbug ->
arm-none-linux-gnueabi-gccbug
lrwxrwxrwx 1 root root      26 Jan 21 21:26 arm-none-linux-gnueabi-cc
-> arm-none-linux-gnueabi-gcc
-rwxrwxrwx 1 root root  261464 Jan 21 21:26 .arm-none-linux-gnueabi-gcc
-rwxrwxrwx 1 root root     432 Jan 21 21:37 arm-none-linux-gnueabi-gcc
-rwxrwxrwx 1 root root  261464 Jan 21 21:26 .arm-none-linux-gnueabi-gcc-4.4.3
-rwxrwxrwx 1 root root     395 Jan 21 21:26 arm-none-linux-gnueabi-gcc-4.4.3
-rwxrwxrwx 1 root root   16705 Jan 21 21:26 .arm-none-linux-gnueabi-gccbug
-rwxrwxrwx 1 root root     395 Jan 21 21:26 arm-none-linux-gnueabi-gccbug




2011/1/21 Roberto Spadim <[email protected]>:
> hi, could anyone help me with crosscompiling?
>
> check (friendlyarm mini2440, my computer is archnlinux x86_64 last version)
>
> PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/FriendlyARM/toolschain/4.4.3/bin
>
> [root@myhost owfs-2.8p5]# ./configure --host=arm-linux \
>> --bindir=/opt/FriendlyARM/toolschain/4.4.3/bin \
>> --libexecdir=/opt/FriendlyARM/toolschain/4.4.3/libexecdir \
>> --libdir=/opt/FriendlyARM/toolschain/4.4.3/lib \
>> --includedir=/opt/FriendlyARM/toolschain/4.4.3/include \
>> --datarootdir=/opt/FriendlyARM/toolschain/4.4.3/share
> configure: WARNING: if you wanted to set the --build type, don't use --host.
>    If a cross compiler is detected then cross compile mode will be used
> Configuring owfs-2.8p5
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... arm-unknown-linux-gnu
> checking target system type... arm-none-linux-gnueabi
> checking for a BSD-compatible install... /bin/install -c
> checking whether build environment is sane... yes
> checking for arm-linux-strip... arm-linux-strip
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for echo... /bin/echo
> checking for test... /usr/bin/test
> checking for rm... /bin/rm
> checking for rpm... no
> checking for rpmbuild... no
> checking for swig... /usr/bin/swig
> checking for arm-linux-gcc... arm-linux-gcc
> checking whether the C compiler works... no
> configure: error: in `/var/abs/local/owfs-arm/src/owfs-2.8p5':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
>
> ----------------------------------------------
> config.log:
>
> [root@myhost owfs-2.8p5]# cat config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.68.  Invocation command line was
>
>  $ ./configure --host=arm-linux --target=arm-none-linux-gnueabi
> --bindir=/opt/FriendlyARM/toolschain/4.4.3/bin
> --libexecdir=/opt/FriendlyARM/toolschain/4.4.3/libexecdir
> --libdir=/opt/FriendlyARM/toolschain/4.4.3/lib
> --includedir=/opt/FriendlyARM/toolschain/4.4.3/include
> --datarootdir=/opt/FriendlyARM/toolschain/4.4.3/share
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = myhost
> uname -m = x86_64
> uname -r = 2.6.36-ARCH
> uname -s = Linux
> uname -v = #1 SMP PREEMPT Sat Jan 8 14:15:27 CET 2011
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = x86_64
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/local/sbin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /usr/bin/core_perl
> PATH: /opt/FriendlyARM/toolschain/4.4.3/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:2742: result: Configuring owfs-2.8p5
> configure:2778: checking build system type
> configure:2792: result: x86_64-unknown-linux-gnu
> configure:2812: checking host system type
> configure:2825: result: arm-unknown-linux-gnu
> configure:2845: checking target system type
> configure:2858: result: arm-none-linux-gnueabi
> configure:2900: checking for a BSD-compatible install
> configure:2968: result: /bin/install -c
> configure:2979: checking whether build environment is sane
> configure:3029: result: yes
> configure:3078: checking for arm-linux-strip
> configure:3094: found /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-strip
> configure:3105: result: arm-linux-strip
> configure:3170: checking for a thread-safe mkdir -p
> configure:3209: result: /bin/mkdir -p
> configure:3222: checking for gawk
> configure:3238: found /usr/bin/gawk
> configure:3249: result: gawk
> configure:3260: checking whether make sets $(MAKE)
> configure:3282: result: yes
> configure:3371: checking for echo
> configure:3389: found /bin/echo
> configure:3402: result: /bin/echo
> configure:3411: checking for test
> configure:3429: found /usr/bin/test
> configure:3442: result: /usr/bin/test
> configure:3451: checking for rm
> configure:3469: found /bin/rm
> configure:3482: result: /bin/rm
> configure:3491: checking for rpm
> configure:3524: result: no
> configure:3530: checking for rpmbuild
> configure:3563: result: no
> configure:3569: checking for swig
> configure:3587: found /usr/bin/swig
> configure:3599: result: /usr/bin/swig
> configure:3619: checking for arm-linux-gcc
> configure:3635: found /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc
> configure:3646: result: arm-linux-gcc
> configure:3915: checking for C compiler version
> configure:3924: arm-linux-gcc --version >&5
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: No
> such file or directory
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc:
> Success
> configure:3935: $? = 1
> configure:3924: arm-linux-gcc -v >&5
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: No
> such file or directory
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc:
> Success
> configure:3935: $? = 1
> configure:3924: arm-linux-gcc -V >&5
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: No
> such file or directory
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc:
> Success
> configure:3935: $? = 1
> configure:3924: arm-linux-gcc -qversion >&5
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: No
> such file or directory
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc:
> Success
> configure:3935: $? = 1
> configure:3955: checking whether the C compiler works
> configure:3977: arm-linux-gcc    conftest.c  >&5
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: No
> such file or directory
> /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: line 16:
> /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc:
> Success
> configure:3981: $? = 1
> configure:4019: result: no
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "owfs"
> | #define VERSION "2.8p5"
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |
> |   ;
> |   return 0;
> | }
> configure:4024: error: in `/var/abs/local/owfs-arm/src/owfs-2.8p5':
> configure:4026: error: C compiler cannot create executables
> See `config.log' for more details
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=set
> ac_cv_env_host_alias_value=arm-linux
> ac_cv_env_target_alias_set=set
> ac_cv_env_target_alias_value=arm-none-linux-gnueabi
> ac_cv_host=arm-unknown-linux-gnu
> ac_cv_path_ECHO=/bin/echo
> ac_cv_path_RM=/bin/rm
> ac_cv_path_SWIG=/usr/bin/swig
> ac_cv_path_TEST=/usr/bin/test
> ac_cv_path_install='/bin/install -c'
> ac_cv_path_mkdir=/bin/mkdir
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CC=arm-linux-gcc
> ac_cv_prog_STRIP=arm-linux-strip
> ac_cv_prog_make_make_set=yes
> ac_cv_target=arm-none-linux-gnueabi
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ACLOCAL='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run aclocal-1.11'
> AMDEPBACKSLASH=''
> AMDEP_FALSE=''
> AMDEP_TRUE=''
> AMTAR='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run tar'
> AR=''
> AS=''
> AUTOCONF='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run autoconf'
> AUTOHEADER='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run autoheader'
> AUTOMAKE='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run automake-1.11'
> AWK='gawk'
> BINDIR=''
> CC='arm-linux-gcc'
> CCDEPMODE=''
> CFLAGS=''
> CPP=''
> CPPFLAGS=''
> CYGPATH_W='echo'
> DATADIR=''
> DEFS=''
> DEPDIR=''
> DLLTOOL=''
> DSYMUTIL=''
> DUMPBIN=''
> ECHO='/bin/echo'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ENABLE_CACHE=''
> ENABLE_CACHE_FALSE=''
> ENABLE_CACHE_TRUE=''
> ENABLE_DEBUG=''
> ENABLE_DEBUG_FALSE=''
> ENABLE_DEBUG_TRUE=''
> ENABLE_HA7=''
> ENABLE_HA7_FALSE=''
> ENABLE_HA7_TRUE=''
> ENABLE_I2C=''
> ENABLE_I2C_FALSE=''
> ENABLE_I2C_TRUE=''
> ENABLE_MT=''
> ENABLE_MT_FALSE=''
> ENABLE_MT_TRUE=''
> ENABLE_OWCAPI=''
> ENABLE_OWCAPI_FALSE=''
> ENABLE_OWCAPI_TRUE=''
> ENABLE_OWFS=''
> ENABLE_OWFS_FALSE=''
> ENABLE_OWFS_TRUE=''
> ENABLE_OWFTPD=''
> ENABLE_OWFTPD_FALSE=''
> ENABLE_OWFTPD_TRUE=''
> ENABLE_OWHTTPD=''
> ENABLE_OWHTTPD_FALSE=''
> ENABLE_OWHTTPD_TRUE=''
> ENABLE_OWLIB=''
> ENABLE_OWLIB_FALSE=''
> ENABLE_OWLIB_TRUE=''
> ENABLE_OWMALLOC=''
> ENABLE_OWMALLOC_FALSE=''
> ENABLE_OWMALLOC_TRUE=''
> ENABLE_OWMON=''
> ENABLE_OWMON_FALSE=''
> ENABLE_OWMON_TRUE=''
> ENABLE_OWNET=''
> ENABLE_OWNETLIB=''
> ENABLE_OWNETLIB_FALSE=''
> ENABLE_OWNETLIB_TRUE=''
> ENABLE_OWNET_FALSE=''
> ENABLE_OWNET_TRUE=''
> ENABLE_OWPERL=''
> ENABLE_OWPERL_FALSE=''
> ENABLE_OWPERL_TRUE=''
> ENABLE_OWPHP=''
> ENABLE_OWPHP_FALSE=''
> ENABLE_OWPHP_TRUE=''
> ENABLE_OWPYTHON=''
> ENABLE_OWPYTHON_FALSE=''
> ENABLE_OWPYTHON_TRUE=''
> ENABLE_OWSERVER=''
> ENABLE_OWSERVER_FALSE=''
> ENABLE_OWSERVER_TRUE=''
> ENABLE_OWSHELL=''
> ENABLE_OWSHELL_FALSE=''
> ENABLE_OWSHELL_TRUE=''
> ENABLE_OWTAP=''
> ENABLE_OWTAP_FALSE=''
> ENABLE_OWTAP_TRUE=''
> ENABLE_OWTCL=''
> ENABLE_OWTCL_FALSE=''
> ENABLE_OWTCL_TRUE=''
> ENABLE_PARPORT=''
> ENABLE_PARPORT_FALSE=''
> ENABLE_PARPORT_TRUE=''
> ENABLE_PERL=''
> ENABLE_PERL_FALSE=''
> ENABLE_PERL_TRUE=''
> ENABLE_PHP=''
> ENABLE_PHP_FALSE=''
> ENABLE_PHP_TRUE=''
> ENABLE_PROFILING=''
> ENABLE_PROFILING_FALSE=''
> ENABLE_PROFILING_TRUE=''
> ENABLE_PYTHON=''
> ENABLE_PYTHON_FALSE=''
> ENABLE_PYTHON_TRUE=''
> ENABLE_SWIG=''
> ENABLE_SWIG_FALSE=''
> ENABLE_SWIG_TRUE=''
> ENABLE_TAI8570=''
> ENABLE_TAI8570_FALSE=''
> ENABLE_TAI8570_TRUE=''
> ENABLE_THERMOCOUPLE=''
> ENABLE_THERMOCOUPLE_FALSE=''
> ENABLE_THERMOCOUPLE_TRUE=''
> ENABLE_TRAFFIC=''
> ENABLE_TRAFFIC_FALSE=''
> ENABLE_TRAFFIC_TRUE=''
> ENABLE_USB=''
> ENABLE_USB_FALSE=''
> ENABLE_USB_TRUE=''
> ENABLE_W1=''
> ENABLE_W1_FALSE=''
> ENABLE_W1_TRUE=''
> ENABLE_ZERO=''
> ENABLE_ZERO_FALSE=''
> ENABLE_ZERO_TRUE=''
> EXEEXT=''
> EXTRACFLAGS=''
> FGREP=''
> FUSE_FLAGS=''
> FUSE_INCLUDES=''
> FUSE_LIBS=''
> GREP=''
> HAVE_CYGWIN=''
> HAVE_CYGWIN_FALSE=''
> HAVE_CYGWIN_TRUE=''
> HAVE_DARWIN=''
> HAVE_DARWIN_FALSE=''
> HAVE_DARWIN_TRUE=''
> HAVE_DEBIAN=''
> HAVE_DEBIAN_FALSE=''
> HAVE_DEBIAN_TRUE=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> LD=''
> LDFLAGS=''
> LD_EXTRALIBS=''
> LIBDIR=''
> LIBOBJS=''
> LIBPOSTFIX=''
> LIBS=''
> LIBTOOL=''
> LIBTOOL_DEPS=''
> LIBUSB_CFLAGS=''
> LIBUSB_CONFIG=''
> LIBUSB_LIBS=''
> LIPO=''
> LN_S=''
> LTLIBOBJS=''
> LT_AGE='0'
> LT_CURRENT='5'
> LT_RELEASE='2.8'
> LT_REVISION='0'
> MAKEINFO='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/missing
> --run makeinfo'
> MKDIR_P='/bin/mkdir -p'
> NM=''
> NMEDIT=''
> OBJDUMP=''
> OBJEXT=''
> OSLIBS=''
> OTOOL64=''
> OTOOL=''
> OWFSROOT=''
> OWFS_BINARY_AGE='0'
> OWFS_INTERFACE_AGE='0'
> OWTCL_INSTALL_PATH=''
> OW_ALLOC_DEBUG=''
> OW_CACHE=''
> OW_CYGWIN=''
> OW_DARWIN=''
> OW_DEBUG=''
> OW_HA7=''
> OW_I2C=''
> OW_MT=''
> OW_PARPORT=''
> OW_SHOW_TRAFFIC=''
> OW_TAI8570=''
> OW_THERMOCOUPLE=''
> OW_USB=''
> OW_W1=''
> OW_ZERO=''
> PACKAGE='owfs'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PERL5CCFLAGS=''
> PERL5DIR=''
> PERL5DYNAMICLINKING=''
> PERL5EXT=''
> PERL5LIB=''
> PERL5NAME=''
> PERL=''
> PHP=''
> PHPCONFIG=''
> PHPEXT=''
> PHPINC=''
> PHPLIBDIR=''
> PIC_FLAGS=''
> POW_LIB=''
> PTHREAD_CC=''
> PTHREAD_CFLAGS=''
> PTHREAD_LIBS=''
> PYCFLAGS=''
> PYLDFLAGS=''
> PYLIB=''
> PYSITEDIR=''
> PYTHON=''
> PYTHONCONFIG=''
> PYTHONDYNAMICLINKING=''
> PYVERSION=''
> RANLIB=''
> RM='/bin/rm'
> RPM=''
> RPMBUILD=''
> SED=''
> SET_MAKE=''
> SHELL='/bin/sh'
> STRIP='arm-linux-strip'
> SWIG='/usr/bin/swig'
> TCL_BIN_DIR=''
> TCL_BUILD_LIB_SPEC=''
> TCL_BUILD_STUB_LIB_SPEC=''
> TCL_CFLAGS=''
> TCL_COMPAT_OBJS=''
> TCL_DEFS=''
> TCL_EXEC_PREFIX=''
> TCL_INCLUDE_SPEC=''
> TCL_LD_FLAGS=''
> TCL_LD_SEARCH_FLAGS=''
> TCL_LIBS=''
> TCL_LIB_FILE=''
> TCL_LIB_FLAG=''
> TCL_LIB_SPEC=''
> TCL_PACKAGE_PATH=''
> TCL_PREFIX=''
> TCL_SHLIB_CFLAGS=''
> TCL_SHLIB_LD=''
> TCL_SHLIB_LD_LIBS=''
> TCL_SHLIB_SUFFIX=''
> TCL_SRC_DIR=''
> TCL_STUB_LIB_FILE=''
> TCL_STUB_LIB_FLAG=''
> TCL_STUB_LIB_SPEC=''
> TCL_VERSION=''
> TEST='/usr/bin/test'
> VERSION='2.8p5'
> VERSION_MAJOR='2'
> VERSION_MINOR='8'
> VERSION_PATCHLEVEL='5'
> ac_ct_CC=''
> ac_ct_DUMPBIN=''
> acx_pthread_config=''
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE=''
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE=''
> am__include=''
> am__isrc=''
> am__leading_dot='.'
> am__quote=''
> am__tar='${AMTAR} chof - "$$tardir"'
> am__untar='${AMTAR} xf -'
> bindir='/opt/FriendlyARM/toolschain/4.4.3/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> datadir='${datarootdir}'
> datarootdir='/opt/FriendlyARM/toolschain/4.4.3/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> fuse_include_path=''
> fuse_lib_path=''
> host='arm-unknown-linux-gnu'
> host_alias='arm-linux'
> host_cpu='arm'
> host_os='linux-gnu'
> host_vendor='unknown'
> htmldir='${docdir}'
> includedir='/opt/FriendlyARM/toolschain/4.4.3/include'
> infodir='${datarootdir}/info'
> install_sh='${SHELL}
> /var/abs/local/owfs-arm/src/owfs-2.8p5/src/scripts/install/install-sh'
> libdir='/opt/FriendlyARM/toolschain/4.4.3/lib'
> libexecdir='/opt/FriendlyARM/toolschain/4.4.3/libexecdir'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> lt_ECHO='echo'
> mandir='${datarootdir}/man'
> mkdir_p='/bin/mkdir -p'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='NONE'
> program_transform_name='s&^&arm-none-linux-gnueabi-&'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target='arm-none-linux-gnueabi'
> target_alias='arm-none-linux-gnueabi'
> target_cpu='arm'
> target_os='linux-gnueabi'
> target_vendor='none'
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define PACKAGE "owfs"
> #define VERSION "2.8p5"
>
> configure: exit 77
>
>
> ----------------------------------------------
> --
> Roberto Spadim
> Spadim Technology / SPAEmpresarial
>



-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to