search for: libflac_la_libadd

Displaying 15 results from an estimated 15 matches for "libflac_la_libadd".

2006 May 10
1
RE: Compile error on PPC linux
...00 +++ flac-1.1.2/src/libFLAC/Makefile.in 2006-04-30 20:30:00.000000000 -0400 @@ -399,7 +399,7 @@ rm -f "$${dir}/so_locations"; \ done libFLAC.la: $(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-...
2005 Mar 01
0
flac-1.1.2 configure and Makefile fixes
...acro. ever. > AC_DEFINE(FLAC__HAS_GAS) > fi > > --- src.orig/libFLAC/Makefile.am 2005-02-03 05:58:13.000000000 +0100 > +++ src/libFLAC/Makefile.am 2005-02-19 14:35:39.397097392 +0100 > @@ -59,12 +59,13 @@ > ARCH_SUBDIRS = ppc > if FLaC__HAS_AS__TEMPORARILY_DISABLED > libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la > +LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning" > else > if FLaC__HAS_GAS__TEMPORARILY_DISABLED > libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la > +LOCAL_EXTRA_LDFLAGS = "" > endif > endif > -LOCAL_EXTRA_LDFLAGS = "-...
2005 Feb 19
2
flac-1.1.2 configure and Makefile fixes
I spent a bit of time trying to make the configure behave. that's the result, I didn't check if the asm output runs correctly (looks forcefully disabled) but at least builds as should. lu -- Luca Barbato Gentoo/linux Developer Gentoo/PPC Operational Manager http://dev.gentoo.org/~lu_zero -------------- next part -------------- A non-text attachment was scrubbed... Name:
2004 Sep 10
2
1.0 candidate checked in
...======================================== RCS file: /cvsroot/flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.14 diff -u -r1.14 Makefile.am --- Makefile.am 2001/07/16 18:10:19 1.14 +++ Makefile.am 2001/07/20 20:21:58 @@ -32,7 +32,7 @@ if FLaC__CPU_IA32 if FLaC__HAS_NASM SUBDIRS = ia32 . -libFLAC_la_LIBADD = ia32/libFLAC-asm.la +libFLAC_la_LIBADD = ia32/libFLAC-asm.a endif endif endif Index: ia32/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/libFLAC/ia32/Makefile.am,v retrieving revision 1.5 diff -u -r1.5 Makefile.am --- ia32/Makef...
2004 Sep 10
2
1.0 candidate checked in
On Thu, Jul 19, 2001 at 05:05:46PM -0700, Josh Coalson wrote: > --- collver@linuxfreemail.com wrote: > > On Thu, Jul 19, 2001 at 04:58:44PM -0400, Matt Zimmerman wrote: > > > On Thu, Jul 19, 2001 at 10:38:14AM -0700, Josh Coalson wrote: > > > > > > > So, last chance to checkout from CVS and break it! > > > > > > Also, my libtool
2005 Feb 02
1
FLAC 1.1.2-beta: attn package maintainers
--- Chris Csanady <cc@137.org> wrote: > Building the beta on the mac has one stumbling point: the ppc/as/ > libFLAC-asm.la is not currently built due to the configure define > FLaC__HAS_AS__TEMPORARILY_DISABLED, but it is expected to exist by > > libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la > > in src/libFLAC/Makefile.am. After removing this line, it builds > and works as expected. I'll run the check and see how it goes. thanks... I checked in a fix to add __TEMPORARILY_DISABLED to the as/gas checks, don't know how I missed that before. Lu...
2004 Oct 06
0
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
...gure what's supposed to do) > > there are -rpath $(libdir) when -rpath,$(libdir) should be used > > in src/libFLAC/Makefile > libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES) > $(LINK) -rpath $(libdir) $(libFLAC_la_LDFLAGS) > $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS) > > > the final build still doesn't link correctly (the 2 altivec asm > function > aren't properly linked in, I haven't the time to investigate the > issue > yet=/) > > > More verbose report about the no altivec bug: > > If I disable...
2004 Sep 10
0
Re: detecting host machine in configure.in?
...i386/cpu_asm.nasm \ - i386/fixed_asm.nasm \ - i386/lpc_asm.nasm -else -libFLAC_la_SOURCES = \ - bitbuffer.c \ - bitmath.c \ - crc.c \ - cpu.c \ - encoder.c \ - encoder_framing.c \ - file_decoder.c \ - fixed.c \ - format.c \ - lpc.c \ - md5.c \ - seek_table.c \ - stream_decoder.c +SUBDIRS = i386 . +libFLAC_la_LIBADD = i386/libFLAC-asm.la endif -else +endif + libFLAC_la_SOURCES = \ bitbuffer.c \ bitmath.c \ @@ -63,4 +30,3 @@ md5.c \ seek_table.c \ stream_decoder.c -endif -------------- next part -------------- # Use nasm instead of gcc %.lo: %.s $(NASM) -f elf -d ELF $< -o $@ noinst_LTLIBRARIES...
2004 Sep 10
1
altivec lpc_restore_signal
...================================================ RCS file: /cvsroot/flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.44 diff -c -r1.44 Makefile.am *** Makefile.am 27 May 2003 05:07:16 -0000 1.44 --- Makefile.am 16 Sep 2003 06:34:15 -0000 *************** *** 44,49 **** --- 44,53 ---- libFLAC_la_LIBADD = -lm endif endif + if FLaC__CPU_PPC + ARCH_SUBDIRS = ppc + libFLAC_la_LIBADD = ppc/libFLAC-asm.la + endif endif SUBDIRS = $(ARCH_SUBDIRS) include .
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
...t; + + AC_SUBST([OPENSSL_INCLUDES]) + AC_SUBST([OPENSSL_LIBS]) + AC_SUBST([OPENSSL_LDFLAGS]) +]) diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index 134168e..2143ad2 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -78,7 +78,7 @@ endif endif endif -libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OGG_LIBS@ -lm +libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OPENSSL_LIBS@ @OGG_LIBS@ -lm SUBDIRS = $(ARCH_SUBDIRS) include . diff --git a/src/libFLAC/include/private/md5.h b/src/libFLAC/include/private/md5.h index e5f675a..5b42a27 100644 --- a/src/libFLAC/include/private...
2004 Sep 10
0
1.0 source candidate
...vsroot/flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.15 diff -u -r1.15 Makefile.am --- src/libFLAC/Makefile.am 2001/07/20 23:46:09 1.15 +++ src/libFLAC/Makefile.am 2001/07/21 01:58:17 @@ -31,11 +31,13 @@ else if FLaC__CPU_IA32 if FLaC__HAS_NASM -SUBDIRS = ia32 . +ARCH_SUBDIRS = ia32 libFLAC_la_LIBADD = ia32/libFLAC-asm.a endif endif endif + +SUBDIRS = $(ARCH_SUBDIRS) include . libFLAC_la_LDFLAGS = -version-info 1:0:0 Index: src/libFLAC/ia32/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/libFLAC/ia32/Makefile.am,v retrievi...
2004 Sep 10
2
Re: detecting host machine in configure.in?
--- Christian Weisgerber <naddy@mips.inka.de> wrote: > Josh Coalson <xflac@yahoo.com> wrote: > > > 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. > > Please include a way to
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...G IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libFLAC.la if DEBUG DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT @@ -77,7 +78,7 @@ endif endif endif -libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OGG_LIBS@ +libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OGG_LIBS@ -lm SUBDIRS = $(ARCH_SUBDIRS) include . @@ -104,7 +105,7 @@ extra_ogg_sources = \ ogg_mapping.c endif # see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering co...
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
...manual, and I could just try to figure what's supposed to do) there are -rpath $(libdir) when -rpath,$(libdir) should be used in src/libFLAC/Makefile libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libFLAC_la_LDFLAGS) $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS) the final build still doesn't link correctly (the 2 altivec asm function aren't properly linked in, I haven't the time to investigate the issue yet=/) More verbose report about the no altivec bug: If I disable altivec optimization (with --disable-asm-optimizations --d...