• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    eliot
    Posts: 564 from 2004/4/15
    The includes for open ssl are in:
    GG:ssl/include

    So call the compiler with with gcc -IGG:ssl/include
    You can statically link your binary with gcc -lGG:ssl/lib/ssl -static

    This way it worked:

    Code:

    gcc -c raw_to_zcash_keypair.c -ISystem:Development/GG/ssl/include

    gcc raw_to_zcash_keypair.o -LSystem:Development/GG/ssl/lib -lssl -lcrypto -static -o raw_to_zcash_keypair



    here is the result: bin
    regards
    eliot
  • »04.12.16 - 08:59
    Profile