find_typedef on Linux

Поиск
Список
Период
Сортировка
От Sailesh Krishnamurthy
Тема find_typedef on Linux
Дата
Msg-id bxy1xws8c5b.fsf@datafix.cs.berkeley.edu
обсуждение исходный текст
Ответы Re: find_typedef on Linux  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
Friends

src/tools/find_typedef has in its prolog:
  # This script attempts to find all typedef's in the postgres binaries  # by using 'nm' to report all typedef
debuggingsymbols.  #   # For this program to work, you must have compiled all binaries with   # debugging symbols.  #
#This is run on BSD/OS 4.0, so you may need to make changes.
 

I'm trying to run find_typedef on Linux and I don't get any output
(I'm on a 7.3.2 base). I tried playing with different options to
objdump (tried --syms instead of --stabs) to no avail. 

Is there something I need to pass to configure to ensure that all
binaries are built appropriately ? That is, something _other_ than
--enable-debug as I always have that anyways. 

Thanks ! 

-- 
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh




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

Предыдущее
От: Nikolay Kim
Дата:
Сообщение: Re: ERROR: MemoryContextAlloc: invalid request size
Следующее
От: Carlos Guzman Alvarez
Дата:
Сообщение: Re: Transaction handling in extended query mode and Sync