Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Daniele Nicolodi
On 27/11/2013 15:10, Keith Steensma wrote: > I trying to compile the Postfix (version 2.9.6) source code on a Debian > "stable" (weezy) system. I have all the pieces like gcc, perl, and the > other dependencies that are necessary. But I'm stuck with (at least) > one dependency that I am missin

Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Wietse Venema
Keith Steensma: > gcc -Wmissing-prototypes -Wformat -fPIC -g -O -I. -DLINUX3 -c dict_pcre.c > gcc -shared -Wl,-soname,dict_pcre.so -o dict_pcre.so dict_pcre.o -lpcre > -L. -lutil > /usr/bin/ld: cannot find -lpcre > collect2: error: ld returned 1 exit status > make: *** [dict_pcre.so] Error 1 App

Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Markus Schönhaber
27.11.2013 15:10, Keith Steensma: > I trying to compile the Postfix (version 2.9.6) source code on a Debian > "stable" (weezy) system. I have all the pieces like gcc, perl, and the > other dependencies that are necessary. But I'm stuck with (at least) > one dependency that I am missing. > >

Stuck when trying to compiling source code on Debian

2013-11-27 Thread Keith Steensma
I trying to compile the Postfix (version 2.9.6) source code on a Debian "stable" (weezy) system. I have all the pieces like gcc, perl, and the other dependencies that are necessary. But I'm stuck with (at least) one dependency that I am missing. After completing the 'make tidy', I can do a '