Thanks, Andrew. I'll check my environment one more time.
You wrote:
AD> On 12/23/2010 07:11 AM, Pavel Golub wrote:
>> Hello, Pgsql-bugs.
>>
>> Tried to use MinGw under windows to build client libraries at least.
>> However failed on "./configure --withou-zlib" stage.
>>
>> Please find attached
On 12/23/2010 07:11 AM, Pavel Golub wrote:
Hello, Pgsql-bugs.
Tried to use MinGw under windows to build client libraries at least.
However failed on "./configure --withou-zlib" stage.
Please find attached log file, stdout and stderr outputs.
The main problem here I suppose is
"configure: WAR
2009/12/2 Heikki Linnakangas :
> Pavel Stehule wrote:
>> I have a problem with compilation:
>>
>> make[4]: Entering directory `/home/pavel/src/pgsql/src/backend/utils/adt'
>> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
>> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
>> -
Pavel Stehule wrote:
> I have a problem with compilation:
>
> make[4]: Entering directory `/home/pavel/src/pgsql/src/backend/utils/adt'
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -fwrapv -I../../../../src/include -D_GN
Hello
I have a problem with compilation:
make[4]: Entering directory `/home/pavel/src/pgsql/src/backend/utils/adt'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -I../../../../src/include -D_GNU_SOURCE -c -o int.o int
When you use 'make distclean' make is under control of the
Makefile and does exactly what the code writer wants, which usually is to
rm all .o files.
On Mon, 18 Sep 2000, Michael Meskes wrote:
> On Sun, Sep 17, 2000 at 12:29:16PM +0200, Peter Eisentraut wrote:
> > It might be that `mak
On Sun, Sep 17, 2000 at 12:29:16PM +0200, Peter Eisentraut wrote:
> It might be that `make depend' is broken in one way or another. What you
> want to do is rm `find . -name depend` and then ./configure
> --enable-depend. Or you could try to rerun make depend then. I have a
> feeling what is causi
On Fri, Sep 15, 2000 at 10:24:30AM -0400, Tom Lane wrote:
> I'd suggest a full "make distclean" and reconfigure. Looks like you
I did. And I did it more than just once but to no avail.
Michael
--
Michael Meskes
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!
It might be that `make depend' is broken in one way or another. What you
want to do is rm `find . -name depend` and then ./configure
--enable-depend. Or you could try to rerun make depend then. I have a
feeling what is causing this but it's too weird to explain but I'll try to
look at it. ;-)
Mic
Michael Meskes <[EMAIL PROTECTED]> writes:
> What's going on?
I'd suggest a full "make distclean" and reconfigure. Looks like you
missed some build steps, which is maybe not too surprising considering
that Peter has extensively revised the Makefile tree.
regards, tom lan
I just did a cvsup to get up-to-date again after I hadn't found time to work
on ecpg for some months and found out that I cannot even compile anymore:
make[3]: Entering directory /home/postgres/pgsql/src/backend/parser'
gcc -MM -I../../../src/include -O2 -Wall -Wmissing-prototypes -Wmissing-decl
11 matches
Mail list logo