Tobias Kloht:
> My problem is that it will not compile when using make, because there
> are all kinds of errors with the librarys i have added, mainly
> "undefined references". See the excerpt from make's error messages below.
> My program does compile if i do it by hand, but i have to use some gcc
> options. For example, when compiling ibs_sign.c i would use: "gcc -
> static ibs_sign.c -L. -lpbc -lgmp -lpbc_sig".

To add external libraries such as pbc, gmp and pbc_sig that exist
outside the Postfix source tree:

$ make makefiles "SYSLIBS=-lpbc -lgmp -lpbc_sig"
$ make

        Wietse

Reply via email to