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

Re: apt-get source --compile



excusez moi j'ai oublié les lignes du dessus.

# Options for compiling executables and static library modules
#
# Use CFLAGS = -DUSE_BCOPY on SunOS4 and any other system that lacks the
# memmove() function, but has bcopy().
#
# Use CFLAGS = -DSTRERROR_FROM_ERRLIST on SunOS4 and any other system
that
# lacks the strerror() function, but can provide the equivalent by
indexing
# into errlist.
CFLAGS = -O2


Vincent Heurteaux a écrit :
> 
> Chmouel Boudjnah a écrit :
> 
> > au LDFLAGS dans un makefile il suffit de mettre un -static (ou devant
> > toutes lignes qui contient le ld).
> >
> > --
> > Chmouel
> >
> > --
> > To UNSUBSCRIBE, email to debian-french-request@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> Tout ce que je trouve dans ce makefile c'est ça!
> pas de trace de ld ni de LDFLAGS
> # Command used to index static libraries
> #
> # It is believed that RANLIB=ranlib is required for AIX, BSDI, FreeBSD,
> Linux,
> # MIPS RISCOS, NetBSD, OpenBSD, Digital Unix, and Ultrix.
> #RANLIB = @true
> RANLIB = ranlib
> 
> --
> To UNSUBSCRIBE, email to debian-french-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: