This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/15156] gnatlink does not link due to undefined symbol _gnat__strings_E


------- Additional Comments From charlet at act-europe dot fr  2004-10-04 09:14 -------
Subject: Re:  gnatlink does not link due to undefined symbol _gnat__strings_E

>  RANLIB = @RANLIB@
> +RANLIB_FLAGS = @ranlib_flags@

What about the following instead ? It has the advantage of having to modify
only one line, and prevents us fromm forgetting to use RANLIB_FLAGS in other
places in the future.

- RANLIB = @RANLIB@
+ RANLIB = @RANLIB@ @ranlib_flags@

Arno


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15156


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]