Oh, OK.
> Bruce Momjian writes:
>
> > I see in makefiles/Makefile.solaris:
> >
> > %.so: %.o
> > $(LD) -G -Bdynamic -o $@ $<
> > ^
> >
> > Is that OK?
>
> This is unrelated. The issue at hand is that the postgres/postmaster
> executable must export its symbols so
Bruce Momjian writes:
> I see in makefiles/Makefile.solaris:
>
> %.so: %.o
> $(LD) -G -Bdynamic -o $@ $<
> ^
>
> Is that OK?
This is unrelated. The issue at hand is that the postgres/postmaster
executable must export its symbols so that the dynamically loaded mo
I see in makefiles/Makefile.solaris:
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
^
Is that OK?
Bruce Momjian writes:
>
> > I have removed the new --export-dynamic item from the Solaris FAQ.
> > Looks like 7.1 has it fixed already.
>
> Not that I could tell.
>
>
Bruce Momjian writes:
> I have removed the new --export-dynamic item from the Solaris FAQ.
> Looks like 7.1 has it fixed already.
Not that I could tell.
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/