Re: 7.0.2 on Solaris

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 7.0.2 on Solaris
Дата
Msg-id Pine.LNX.4.21.0006292228400.397-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: 7.0.2 on Solaris  (pgsql-hackers@thewrittenword.com)
Список pgsql-hackers
pgsql-hackers@thewrittenword.com writes:

> Ok. So should I get CVS and reapply my patches?

Well, let's see:

> 1. -DDISABLE_COMPLEX_MACRO

This clearly needs to be fixed the right way. I'll take care of it.

> 2. Solaris CC does not like "-K PIC". It does like "-KPIC" though.

Also no problem.

> 3. NAN

We need a real solution for this. I'll look into it.

> 4. I moved some of the information out of
> src/interfaces/libpq++/Makefile.in into src/Makefile.shlib

I think we don't want that.

> 5. added '-' before pl/tcl/Makefile so make does not complain

That I can do as well. I confirmed that it works okay.

> 6. When building C++ shared libraries and archives under Solaris with
> the Sun C/C++ compiler, use it to build the libraries and archives,
> not ld/ar.

This is similar to the IRIX case apparently, so okay.

> 7. Honor CXXFLAGS from configure command-line.

Should work fine.

> 8. (AC_CHECK_LIB(util,main))

I don't think we want to try that now. I happen to know that the -lutil
case was added for setproctitle() so I can change that, but the rest is
just a cosmetics issue, unless you can prove breakage. 


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Stephan Szabo"
Дата:
Сообщение: Re: AW: Proposal: More flexible backup/restore via pg_dump
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Big 7.1 open items