Re: pg_dump.o(.text+0xf82): undefined reference to
От | Peter Eisentraut |
---|---|
Тема | Re: pg_dump.o(.text+0xf82): undefined reference to |
Дата | |
Msg-id | Pine.LNX.4.44.0206032111280.1210-100000@localhost.localdomain обсуждение исходный текст |
Ответ на | pg_dump.o(.text+0xf82): undefined reference to `getopt_long' (Vicki Brown <vlb@cfcl.com>) |
Ответы |
Re: pg_dump.o(.text+0xf82): undefined reference to
|
Список | pgsql-interfaces |
Vicki Brown writes: > I ran > ./configure --with-perl > gmake > > I got to a point that complained about > getopt.h: file not found I would like to see the exact output on the screen together with some context. Not having a getopt.h file is not necessarily a reason for failure. > I located > /usr/src/contrib/binutils/include/getopt.h > and copied it to /usr/include You can't just copy files around and hope things will work. > pg_dump.o: In function `main': > pg_dump.o(.text+0xf82): undefined reference to `getopt_long' > gmake[3]: *** [pg_dump] Error 1 > gmake[3]: Leaving directory ... 'coz they won't. > getopt_long is defined in the getopt.h I copied. Declared, not defined. That's the problem. -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-interfaces по дате отправления: