In message <Pine.NEB.3.95.980306150840.13181K-100000@hub.org>, The Hermit Hacke
r writes:
>On Fri, 6 Mar 1998, Palle Girgensohn wrote:
>
>> The Hermit Hacker wrote:
>> >
>> > Anyone know how to build shared libraries under Solaris 2.x/Sparc?
>> > Especially the libpgtcl stuff?
>> >
>> > Thanks...
>>
>> cd path_to_src/pgsql/src/interfaces/libpgtcl
>>
>> make
>
> Thank you...considering that I'm one of the developers, I think I
>know that part...the point is that it doesn't work...see my followup
>message :) I get the same error under Sparc as under x86...:)
>
Under Linux I have to do:-
./configure --with-tcl
make
cd pgsql/src/interfaces/libpgtcl
make all
make install
The ./configure part sets some paths to the tcl and tk library's. But why doesn't it build the libpgtcl library
automatically?.After all I have asked for it via configure and it used to a couple of weeks ago.
Alvin.