[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: question about CFLAGS modifiers to ./configure



It seems that the linker options: "-Wl,-z,defs" are neccesary (for policy),
but if you don't add this linker flags, it compiles and builds without
problems. With them, it's hell.

I've managed to compile libbase and libgeometry adding AM_LDFLAGS to
Makefile.am:

libbase/Makefile.am:
AM_LDFLAGS  = $(OPENGL_LIBS) $(SDL_LIBS) $(LIBZ) $(JPEG_LIBS)

libgeometry/Makefile.am:
AM_LDFLAGS  = $(OPENGL_LIBS) $(SDL_LIBS) -L../libbase -lgnashbase

But I'm having serious problems with some of the other components.

I'm attaching the latest snapshot of my debian directory, as well as the
.build file resulting from trying to build it. I'm getting tons of undefined
references, some of which I don't seem to be able to get rid of.

The source is not yet available as a tgz, as it is still under development in
the CVS. To get it, you need to:

export CVS_RSH="ssh"
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/gnash co gnash

as described in http://www.gnu.org/software/gnash/

I've emailed upstream about it.

Greetings,
Miry


		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

Attachment: debian.tar.bz2
Description: pat1628936378

Attachment: gnash_0.0.20060328-1_i386.build.bz2
Description: 2767681692-gnash_0.0.20060328-1_i386.build.bz2


Reply to: