Re: [HACKERS] Solaris FAQ

2000-10-19 Thread Bruce Momjian
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

Re: [HACKERS] Solaris FAQ

2000-10-19 Thread Peter Eisentraut
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

Re: [HACKERS] Solaris FAQ

2000-10-19 Thread Bruce Momjian
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. > >

Re: [HACKERS] Solaris FAQ

2000-10-19 Thread Peter Eisentraut
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/