Re: /usr/local/{include,lib} on Cygwin

From: Pete Forman <pete(dot)forman(at)WesternGeco(dot)com>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-ports(at)postgresql(dot)org
Subject: Re: /usr/local/{include,lib} on Cygwin
Date: 2001-03-09 14:04:47
Message-ID: 15016.58111.89437.645596@kryten.bedford.waii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jason Tishler writes:
> Is there any way to get ld to tell us this information without
> resorting to strings?

ld --verbose

Here's what I get on my two Cygwins.

$ uname -r
20.1 (0.3/1/1)
$ ld --verbose | grep -E 'version|SEARCH_DIR'
GNU ld version 2.9.4 (with BFD 2.9.4)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/cygnus/cygwin-b20/H-i586-cyg
win32/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/cygnus/cygwin-b20/H-i586-cyg
win32/i586-cygwin32/lib);

$ uname -r
1.1.4(0.26/3/2)
$ ld --verbose | grep -E 'version|SEARCH_DIR'
GNU ld version 2.10.91 (with BFD 2.10.91)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/
usr/i686-pc-cygwin/lib);

--
Pete Forman -./\.- Disclaimer: This post is originated
WesternGeco -./\.- by myself and does not represent
pete(dot)forman(at)westerngeco(dot)com -./\.- opinion of Schlumberger, Baker
http://www.crosswinds.net/~petef -./\.- Hughes or their divisions.

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-03-09 14:34:29 Re: /usr/local/{include,lib} on Cygwin
Previous Message Jason Tishler 2001-03-09 04:14:03 Re: 7.1beta5 problem