Displaying 20 results from an estimated 55 matches for "objext".
Did you mean:
object
2007 Dec 29
0
building dovecot-sieve against installed dovecot
...n AUTHORS COPYING ChangeLog NEWS \
@@ -62,17 +62,21 @@ am__installdirs = "$(DESTDIR)$(pkglibexe
pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(pkglibexec_PROGRAMS)
am__sievec_SOURCES_DIST = sievec.c ../map.c ../imparse.c
- at HAVE_DOVECOT_LIBS_TRUE@am_sievec_OBJECTS = sievec.$(OBJEXT) \
- at HAVE_DOVECOT_LIBS_TRUE@ map.$(OBJEXT) imparse.$(OBJEXT)
+am_sievec_OBJECTS = sievec.$(OBJEXT) \
+ map.$(OBJEXT) imparse.$(OBJEXT)
sievec_OBJECTS = $(am_sievec_OBJECTS)
@HAVE_DOVECOT_LIBS_TRUE at sievec_DEPENDENCIES = libsieve.la \
@HAVE_DOVECOT_LIBS_TRUE@ $(dovecotdir)/src/lib/liblib.a
+...
2006 May 10
1
RE: Compile error on PPC linux
...a: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES)
- $(LINK) -rpath $(libdir) $(libFLAC_la_LDFLAGS)
$(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS)
+ $(LINK) -rpath,$(libdir) $(libFLAC_la_LDFLAGS)
$(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
--- flac-1.1.2/src/libFLAC++/Makefile.in.orig 2005-02-04
21:23:37.000000000 -0500
+++ flac-1.1.2/src/libFLAC++/Makefile.in 2006-04-30
20:32:42.000000000 -0400
@@ -351,7 +351,7 @@
rm -f "$${dir}/so_locations"; \
done
libFLAC++.la: $(libFLAC___la_OBJECTS) $(libFLAC___l...
2007 Feb 28
2
VFS module and C++
...ster_vfs(SMB_VFS_INTERFACE_VERSION, "mytest_vfs",
skel_op_tuples);
}
};
And my Makefile:
CC = gcc
CFLAGS = -g -O2
CPPFLAGS =
LDFLAGS =
LDSHFLAGS = -shared
INSTALLCMD = /usr/bin/install -c
SAMBA_SOURCE = ../../source
SHLIBEXT = so
OBJEXT = o
FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include
-I$(SAMBA_SOURCE)/popt -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS)
-I$(SAMBA_SOURCE) -I/home/roman/ace/ACE_wrappers/TAO/tao -fPIC
prefix = /usr/local/samba
libdir = ${prefix}/lib
VFS_LIBDIR = $(...
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...ouldn't be needed by LLVM.
>
> -- John T.
>
i edit the file llvm-gcc/gcc/config/rs6000/t-ppccomm and remove some
targets from the variable EXTRA_MULTILIB_PARTS (bug stop after bug stop)
:
-------------------------------------------------------------
EXTRA_MULTILIB_PARTS = crtbegin$(objext) crtend$(objext) \
crtbeginS$(objext) crtendS$(objext) crtbeginT$(objext)
-------------------------------------------------------------
Now, it stoppes there:
gmake[1]: Entering directory
`/usr/local/home/cyrille/project/llvm/cfrontend/build/powerpc-unknown-linux-gnu/libiberty'
if [ x"...
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
>
>>Cyrille Mescam wrote:
>>
[snip]
>
> In fact, i am using the CFE build procedures. I am on instructions 5.
>
> cyrille
>
Okay, I took a closer look at your output.
I was correct in that gccas is attempting to assemble a native PPC
assembly language file. However,
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
> Cyrille Mescam wrote:
> >Hi,
> >
> >
> >When compiling the cfrontend for Linux/PPC architecture on a powermac
> >G5, i got
> >the following error :
>
> I hate to ask a silly question, but are you using "make bootstrap" to
> build the cfrontend? Your output looks like gccas
2012 Jan 23
2
[PATCH libguestfs] build: don't use automake-internal variable
Hi Rich,
I realized a day or two late that my suggestion was not quite right.
Here's the fix:
>From 5294c21cf07c4ec2f094182ba9f32696f3de2751 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 23 Jan 2012 10:01:40 +0100
Subject: [PATCH libguestfs] build: don't use automake-internal variable
* ocaml/Makefile.am (mlguestfs.cma): Use the documented
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
On Fri, Mar 28, 2014 at 10:00:49AM +0100, Olaf Hering wrote:
> Does your build have "working GNU getopt function... yes"?
Seems so:
$ rm config.cache
$ ./configure |& grep getopt
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...) ]
rake/rakeconfigure.rb: $ruby_includes = " -I. -I " + Config::CONFIG["archdir"]
rake/rakeconfigure.rb:$ruby_ldflags = Config::CONFIG["LDFLAGS"]
rake/rakeconfigure.rb:$ruby_libs = Config::CONFIG["LIBS"]
rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"]
rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"]
rake/rakewx.rb: dest_dir = Config::CONFIG[''sitelibdir'']
rake/rakewx.rb: cp TARGET_LIB, Config::CONFIG[''sitearchdir'']
rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''sitear...
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...69
+++ ./patches/patch-examples_Makefile_in Wed May 31 07:24:15 2006
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/Makefile.in.orig Tue May 30 17:47:41 2006
++++ examples/Makefile.in Wed May 31 07:24:09 2006
+@@ -216,7 +216,7 @@ encoder_example$(EXEEXT): $(encoder_exam
+ player_example-player_example.$(OBJEXT): player_example.c
+ player_example$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES)
+ @rm -f player_example$(EXEEXT)
+- $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS)
++ #$(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(...
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
...#39;
INSTALL='/usr/bin/install -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBWRAPLIBS=''
LTLIBOBJS=''
MOD_CFLAGS=''
MOD_LDFLAGS=''
OBJEXT=''
OTHERLIBS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
SOCKETLIBS=''
ac_ct_CC=''
bindir='${exec_pr...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...64'
CC='dmake: defaulting to parallel mode.
CFLAGS='dmake: defaulting to parallel mode.
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CPPFLAGS=''
PKG_LIBS=''
SHELL='/bin/bash'
See the man page dmake(1) for more information on setting...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...dovecot-1.2.11/src/lib-imap/Makefile.in dovecot-1.2.11+lemonade/src/lib-imap/Makefile.in
--- dovecot-1.2.11/src/lib-imap/Makefile.in 2010-03-08 11:31:07.000000000 -0600
+++ dovecot-1.2.11+lemonade/src/lib-imap/Makefile.in 2010-04-08 09:59:13.000000000 -0500
@@ -55,7 +55,8 @@
imap-bodystructure.$(OBJEXT) imap-date.$(OBJEXT) \
imap-envelope.$(OBJEXT) imap-id.$(OBJEXT) imap-match.$(OBJEXT) \
imap-parser.$(OBJEXT) imap-quote.$(OBJEXT) \
- imap-seqset.$(OBJEXT) imap-utf7.$(OBJEXT) imap-util.$(OBJEXT)
+ imap-seqset.$(OBJEXT) imap-url.$(OBJEXT) imap-utf7.$(OBJEXT) \
+ imap-util.$(OBJEXT)
libimap_a_...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...SRPC=''
LIBMSRPC_SHARED=''
LIBOBJS=''
LIBS=''
LIBSMBCLIENT=''
LIBSMBCLIENT_SHARED=''
LIBSMBSHAREMODES=''
LIBSMBSHAREMODES_SHARED=''
LIBUNWIND_PTRACE=''
LTLIBOBJS=''
NSCD_LIBS=''
NSSSONAMEVERSIONSUFFIX=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PAM_MODULES=''
PASSDB_LIBS=''
PATH_SEPARATOR=':'
PDB_MODULES=''
PDB_STATIC=''
PERL=''
PICFLAGS=''
P...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...SE=''
MAINTAINER_NO_DOCS_TRUE='#'
MAKEINFO='${SHELL} /home/saad/GitProjects/xapian/xapian-core/missing
makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_INSTALL='-no-install'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xapian-core'
PACKAGE_BUGREPORT='http://xapian.org/bugs'
PACKAGE_NAME='xapian-core'
PACKAGE_STRING='xapian-core 1.3.2'
PACKAGE_TARNAME='xapian-core'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.2'...
2008 Jun 10
7
error compiling fc9 x64
...=''
LIBDL=''
LIBEXT=''
LIBOBJS=''
LIBPOLL=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINTAINER_MODE='#'
MAIN_BINARY=''
MINGWAR=''
NASLIBS=''
OBJEXT=''
OPENGLFILES=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel at winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 1.0-rc3'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.0-rc3'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PRELINK=&...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...=''
LIBDL=''
LIBEXT=''
LIBOBJS=''
LIBPOLL=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINTAINER_MODE='#'
MAIN_BINARY=''
MINGWAR=''
NASLIBS=''
OBJEXT=''
OPENGLFILES=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel at winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 1.0.1'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PRELINK='...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...DEDIR=''
LLVM_INFODIR=''
LLVM_LIBDIR=''
LLVM_MANDIR=''
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX=''
LN_S=''
LTLIBOBJS=''
MKDIR=''
MMAP_FILE=''
MV=''
NM=''
NOLINKALL='-Wl,-noall_load'
OBJEXT=''
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OS='Darwin'
PACKAGE_BUGREPORT='llvmbugs at cs.uiuc.edu'
PACKAGE_NAME='llvm'
PACKAGE_STRING='llvm 2.5'
PACKAGE_TARNAME='-llvm-'
PACKAGE_VERSION=...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system
to allow cross compiling for at least arm32 and arm64 based on the
Debian/Ubuntu multiarch infrastructure. They also add the necessary
fixes to build for arm64 (which I have only tried cross, not native).
I have posted some instructions on how to compile with these patches on
the wiki:
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
...RNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CPPFLAGS='-I/gcm/home/a347549/local64/include -DMPI2'
PKG_LIBS='-lmpi -llam -lutil -lpthread'
SHELL='/bi...