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

Re: siege-ssl estático



Amaya dijo:
> Juan Cespedes dijo:
> > 	make CFLAGS="-O2 -g -Wall" LDFLAGS="-static"
>
> Gracias de nuevo... esto de buscar en google a toda pastilla... :-)
> Así, sin pinchar en ningún link daba la sensación de que era en CFLAGS.
>
> Y ya que estamos... ¿se puede meter como opción al hacer el ./configure?
> (Ya preguntando por vicio).

Cuando el configure lo admite, se puede. Cuando se puede, se suele hacer así,
recorto y pego del INSTALL que traen *todos* los programas de GNU:

Compilers and Options
=====================

   Some systems require unusual options for compilation or linking that
the `configure' script does not know about.  You can give `configure'
initial values for variables by setting them in the environment.  Using
a Bourne-compatible shell, you can do that on the command line like
this:
     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure

Or on systems that have the `env' program, you can do it like this:
     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure



Reply to: