On 3/28/06, Bernhard Froehlich <[EMAIL PROTECTED]> wrote:
> Here we have your DHparams_it... With some (probably considerable) more
> effort you can do what the preprocessor does and manually find out which
> function will be compiled. There are probably ways to call gcc which
> will give you the output of the preprocessor, maybe the gcc manpage can
> help.

The appropriate command is gcc -E, or cpp.  Essentially just add -E to
the existing command line.  (You may wish to change the suffix of the
output files to '.e' or something to avoid problems with '.o'.)

-Kyle H
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to