search for: target_vendor

Displaying 11 results from an estimated 11 matches for "target_vendor".

2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...ches/patch-Makefile_in Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ -$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $ ---- Makefile.in.orig Wed Dec 15 14:06:17 2004 -+++ Makefile.in Fri Jul 8 19:03:16 2005 -@@ -206,7 +206,7 @@ target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ - AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 --SUBDIRS = lib include doc examples debian -+SUBDIRS = lib include - EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ - theora-uninstalled.pc.in - diff -pruN --exclude=CVS ../libtheora.orig/patches/pat...
2004 Sep 10
5
detecting host machine in configure.in?
I am trying to set up a flexible infrastructure for the assembly code. Basically what I want is configure.in determination of basic machine type (intel/compatible, alpha, ppc), then within that (say intel) the code will detect variants like MMX, SSE, and use the right routines. I know how to do the second, but what is a good way to do the first? Linux/Cygwin/Solaris seem to support the MACHTYPE
2004 Sep 10
0
detecting host machine in configure.in?
...CANONICAL_TARGET in configure.in, and it will place canonical system type for the target in the shell variable 'target' in the form CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM. Be sure to use the target, not the host, to allow cross-compiling. It will also be broken out into target_cpu, target_vendor and target_os. So you can use $target_cpu for your tests. A simple: case $target_cpu in i*86) blahblah ;; powerpc) blahblah ;; sparc) blahblah ;; esac should do the trick. If you'd rather do the computation in the makefile, you can just AC_SUBST these in (automake might do this autom...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...r='${SBINDIR}' sbindir='${BINDIR}' selftest_prefix='./' sharedstatedir='${prefix}/com' smbtorture4_path='' swatdir='${prefix}/swat' sysconfdir='${prefix}/etc' target='' target_alias='' target_cpu='' target_os='' target_vendor='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 77 Best Regards, Richa...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...ir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' projects/sample' sysconfdir='${prefix}/etc' target='powerpc-apple-darwin8.11.0' target_alias='' target_cpu='powerpc' target_os='darwin8.11.0' target_vendor='apple' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "llvm" #define PACKAGE_TARNAME "-llvm-" #define PACKAGE_VERSION "2.5" #define PACKAGE_STRING "llvm 2.5" #define PACKAGE_BUGREPORT "llvmbugs at cs.uiuc.edu"...
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
...xec_prefix}/sbin' selftest_prefix='' sharedstatedir='${prefix}/com' smbtorture4_path='' swatdir='/usr/share/swat' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CONFIG_H_IS_FROM_SAMBA 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: ex...
2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
...r='${prefix}/private' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' swatdir='${prefix}/swat' sysconfdir='${prefix}/etc' target='' target_alias='' target_cpu='' target_os='' target_vendor='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 77 root@cpkfs1#
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
...> selftest_prefix='./' > sharedstatedir='${prefix}/com' > smbtorture4_path='' > swatdir='${prefix}/swat' > sysconfdir='${prefix}/etc' > target='' > target_alias='' > target_cpu='' > target_os='' > target_vendor='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "&quo...
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...ec_prefix}/sbin' > sharedstatedir='${prefix}/com' > subdirs=' projects/sample' > sysconfdir='${prefix}/etc' > target='powerpc-apple-darwin8.11.0' > target_alias='' > target_cpu='powerpc' > target_os='darwin8.11.0' > target_vendor='apple' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_NAME "llvm" > #define PACKAGE_TARNAME "-llvm-" > #define PACKAGE_VERSION "2.5" > #define PACKAGE_STRING "llvm 2.5" > #define PACKAG...
2008 Sep 02
1
Unable to compile mod_jk on Centos 5.2 64-bit
...nsform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' uint32_t_fmt='' uint32_t_hex_fmt='' uint64_t_fmt='' uint64_t_hex_fmt='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION ""...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):