Re: [HACKERS] Re: More on shared objects problem

Поиск
Список
Период
Сортировка
От Todd Vierling
Тема Re: [HACKERS] Re: More on shared objects problem
Дата
Msg-id Pine.NEB.4.10.9907271503440.7983-100000@server.int.duh.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: More on shared objects problem  (Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>)
Список pgsql-hackers
On Tue, 27 Jul 1999, Thilo Manske wrote:

: if echo __ELF__ | ${CC} -E - | grep -q __ELF__; then
:   # ELF
: else
:   # a.out
: fi
: 
: This is not my idea, it's from the patches for apache in the package tree.

It's actually backwards.  If the "grep -q" returns true, it's an a.out
system (since cpp did *not* replace __ELF__ with 1).

-- 
-- Todd Vierling (tv@pobox.com)



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

Предыдущее
От: Thilo Manske
Дата:
Сообщение: Re: [HACKERS] Re: More on shared objects problem
Следующее
От: Erik Bertelsen
Дата:
Сообщение: Re: [HACKERS] More on shared objects problem