Re: src/tools/msvc usage instructions

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: Jeremy Drake <pgsql(at)jdrake(dot)com>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/tools/msvc usage instructions
Date: 2006-10-03 08:38:04
Message-ID: 20061003083804.GB2216@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 03, 2006 at 12:27:47AM -0700, Jeremy Drake wrote:
> On Tue, 3 Oct 2006, Magnus Hagander wrote:

> > Funky.
> > Can you try having it run the dumpbin command into a tempfile, and then
> > open-and-read that tempfile, to see if that makes a difference?
> > (Assuming you know enough perl to do that, of course)

> Doing it as
> system("dumpbin /symbols $_ > $tmpfn")
> still output to the console.

I could redirect it with "... 2>&1 > file" IIRC, the /out:FILE seems to be
the cleaner approach however :-)

Joachim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schaber 2006-10-03 09:20:35 Re: timestamptz alias
Previous Message Zeugswetter Andreas DCP SD 2006-10-03 08:24:10 Re: Faster StrNCpy