From: | Rocke Robertson <rocker(at)tiger(dot)pwgsc(dot)gc(dot)ca> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | src/interfaces/odbc on solaris 7 |
Date: | 2001-07-13 17:53:25 |
Message-ID: | 3B4F3595.9912BB23@tiger.pwgsc.gc.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Greetings.
In order to build the odbc library, I had to change the GNUMakefile
entry of:
SHLIB_LINK = $(filter -lm, $(LIBS))
To
SHLIB_LINK = $(filter -lm, $(LIBS)) -lz -lresolv -lgen -lnsl -lsocket
-ldl -lm -lxnet -shared
Using , GNU Make version 3.78.1, gcc version 2.95.2 19991024 (release),
native solaris 7 ld and ar.
The odbc build linking process failed altogether, couldn't resolve any
of the networking symbols, so I added them ALL, plus the -shared flag.
Aside from that, WOW nice software folks. FYI only cause you probably
know about his one.
--
Rocke Robertson
NCS/GTIS/PWGSC
700 Montreal Rd.
Rocker(at)tiger(dot)pwgsc(dot)gc(dot)ca
(613) 748-4604
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2001-07-13 17:56:49 | Re: your web site register is broken, cannot download Win32 distribution needed |
Previous Message | pgsql-bugs | 2001-07-13 16:17:44 | your web site register is broken, cannot download Win32 distribution needed |