Displaying 4 results from an estimated 4 matches for "dpkglibdir".
Did you mean:
pkglibdir
2001 Mar 16
2
Installation problems
...usr/lib/libgmp.so.3
gmp-3.1.1-3
This seems to be a too recent version.
So I tried compiling it and got the following error.
I`m running a RedHat 7.0.91 Wolverine dist
[root@relay tinc-1.0pre3]# rpm -qa | grep gcc
gcc-2.95.1-3
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl -g -O2
-DPKGLIBDIR=/usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -c protocol.c
protocol.c: In function `send_request':
protocol.c:77: parse error before `int'
make[2]: *** [protocol.o] Error 1
make[2]: Leaving directory `/usr/src/tinc-1.0pre3/src&...
2001 Feb 21
2
can't get tinc to compile..
...Entering directory `/usr/src/tinc-1.0pre3/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/tinc-1.0pre3/lib'
Making all in src
make[2]: Entering directory `/usr/src/tinc-1.0pre3/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl -g -O2
-DPKGLIBDIR=/
usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/l
ocale\" -c conf.c
In file included from net.h:110,
from conf.h:26,
from conf.c:37:
connlist.h:26: openssl/evp.h: No such file or directory
connlist.h:27: openssl/...
2001 Jun 19
2
Question about building tinc pre4
When trying to make the last version I'm getting this error
(#./configure --prefix=/some/dir); #make):
============================
gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib
/tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local
/tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o
tincd conf.o connection.o meta.o net.o netutl.o process.o protocol.o
route.o subnet.o tincd.o...
2006 Apr 07
1
Compiling PL/R against R.dll in Win32/MinGW
...nclude -I. -Ic:/MinGW/include/server
-Ic:/MinGW/incl
ude/internal -I./src/include/port/win32 -DEXEC_BACKEND
"-IC:/msys/pgsql/lib/pgxs/src/MAKEFI~1/../../src/include/port/win32"
-Ic:/MinGW/include/server/port/win32 -Ic:/msys/src/pgsql/src/include
-Ic:/msys/src/pgsql/src/include/port/win32 -DPKGLIBDIR=\
"c:/MinGW/lib\" -DDLSUFFIX=\".dll\" -c -o pg_rsupport.o pg_rsupport.c
dlltool --export-all --output-def plr.def plr.o pg_conversion.o
pg_backend_support.o pg_userfuncs.o pg_rsupport.o
dllwrap -o libplr.dll --dllname libplr.dll --def plr.def plr.o
pg_conversion.o pg_backend...