GNU gettext - Bugs: bug #35734, Compile failure in...
You are not allowed to post comments on this tracker with your current authentication level.
bug #35734: Compile failure in gettext-runtime/intl/relocatable.c
Submitter: | Peter Seiderer <pseiderer> | ||
Submitted: | Tue 06 Mar 2012 07:39:05 PM UTC | ||
Category: | Build | Severity: | 3 - Normal |
Item Group: | None | Status: | Not a Bug |
Privacy: | Public | Assigned to: | ueno |
Open/Closed: | Closed |
Mon 05 May 2014 11:39:13 PM UTC, comment #3: |
Daiki Ueno <ueno>![]() ![]() |
Mon 05 May 2014 09:56:50 PM UTC, comment #2: Checked with gettext-0.18.3.2, INSTALLPREFIX is supplied through config.h.
|
Peter Seiderer <pseiderer> |
Fri 02 May 2014 10:02:03 AM UTC, comment #1: If I understand correctly, INSTALLPREFIX is implicitly supplied through config.h. Isn't it sufficient? |
Daiki Ueno <ueno>![]() ![]() |
Tue 06 Mar 2012 07:39:05 PM UTC, original submission:
In case of PIC, INSTALLDIR and ENABLE_COSTLY_RELOCATABLE set, there needs to be INSTALLDIR and INSTALLPREFIX to be set/defined, but gettext-runtime/intl/Makefile.in fails to do so for INSTALLPREFIX.
|
Peter Seiderer <pseiderer> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I think it is a GDB specific issue. relocatable.c depends on relocatable-lib.m4, which comes from the relocatable-lib Gnulib module:
https://gnu.org/software/gnulib/manual/html_node/Supporting-Relocation.html#Supporting-Relocation
and the file and the gl_RELOCATABLE_LIBRARY call are missing from the GDB source.
However, since the relocatable stuff does not seem to be used in GDB, maybe the easiest way is to just supply INSTALLPREFIX from the compiler command line?
(Closing for gettext now)