Re: installation: cc and gcc how to?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: installation: cc and gcc how to?
Дата
Msg-id 200407171203.17626.peter_e@gmx.net
обсуждение исходный текст
Ответ на installation: cc and gcc how to?  (Nilabhra Banerjee <nil_ban@yahoo.co.uk>)
Ответы Re: installation: cc and gcc how to?  (Nilabhra Banerjee <nil_ban@yahoo.co.uk>)
Список pgsql-general
Nilabhra Banerjee wrote:
> As par the installation guide the command should be
> something like
> ./configure CC={cc compiler path} CFLAGS='-O2 -pipe'
>
> But I cant understand the what does the CFLAG
> parameter mean. Could u please throw some light on
> that

The installation instructions say that you *can* override the default
compiler flags with the CFLAGS variable, not that you have to.

> at least it would be helpful if u specify the
> exact configure command line u have used for Irix
> 6.5.20 native c compiler.

./configure CC=cc
make
make install

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "gnari"
Дата:
Сообщение: Re: Three versions of Pg.pm on my machine
Следующее
От: Nilabhra Banerjee
Дата:
Сообщение: Re: installation: cc and gcc how to?