Обсуждение: Solarix 2.x shared libraries...

Поиск
Список
Период
Сортировка

Solarix 2.x shared libraries...

От
The Hermit Hacker
Дата:
Anyone know how to build shared libraries under Solaris 2.x/Sparc?
Especially the libpgtcl stuff?

Thanks...



Re: [INTERFACES] Solarix 2.x shared libraries...

От
Palle Girgensohn
Дата:
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

Regards,
Palle

Re: [INTERFACES] Solarix 2.x shared libraries...

От
The Hermit Hacker
Дата:
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...:)



Re: [INTERFACES] Solarix 2.x shared libraries...

От
AA van Raalte
Дата:
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.