Thread: Solaris Build - clarification

Solaris Build - clarification

From
Dhanaraj M
Date:
Hi Dave

I built pgAdmin3 on solaris (by linking wxwidgets statically during the
build time).
i.e) The user will install only pgadmin package.
      Wxwidgets files will not be installed explicitly.

I tried to build wxWidgets and pgAdmin packages separately. There are
some build issues.
Hence, I like to know how it is done for other platforms (static link or
two packages).
Will static linking of wxwidgets have licensing issues?

Thanks
Dhanaraj

Re: Solaris Build - clarification

From
Dave Page
Date:
Dhanaraj M wrote:
> Hi Dave
>
> I built pgAdmin3 on solaris (by linking wxwidgets statically during the
> build time).
> i.e) The user will install only pgadmin package.
>      Wxwidgets files will not be installed explicitly.
>
> I tried to build wxWidgets and pgAdmin packages separately. There are
> some build issues.
> Hence, I like to know how it is done for other platforms (static link or
> two packages).
> Will static linking of wxwidgets have licensing issues?

No, I don't believe so - both the Windows and the old Slackware builds
are statically linked with wxWidgets.

Regards, Dave