libgcrypt

  1. F

    32bit libgcc on FreeBSD 11.0

    Please let me know how to install 32bit libgcc and libstdc++ on FreeBSD 11.0 Steps showing actual issue is given below [xyz]$ cat hello_world.c #include<stdio.h> int main(void) { printf("\n Hello World \n"); return 1; } [xyz]$ gcc -v Using built-in specs. COLLECT_GCC=gcc...
  2. Y

    libgcrypt build problem (FreeBSD 8.4)

    Hi, I'm trying to upgrade libgcrypt (libgcrypt-1.6.5_1 -> libgcrypt-1.7.3) using ports on a FreeBSD 8.4 machine and the compiler reports the following error: libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -O1 -pipe -fstack-protector -fno-strict-aliasing...
Back
Top