Re: Help, Where I can find proper libtool version?

2020-04-15 Thread Joseph Myers
On Wed, 15 Apr 2020, Maciej W. Rozycki via Gcc wrote: > > So after runing autoreconf and make , I get "libtool: > > Version mismatch error.".It is a curious version, the gnu > > mirrors have no such version. > > It is a repository snapshot, there has been no such release. For 1.3134 > you ne

Re: Help, Where I can find proper libtool version?

2020-04-15 Thread 易会战 via Gcc
thank your reply. I think that should have a website put current working version tools. I have try to find each right versions for each tools. ---Original--- From: "Maciej W. Rozycki"ftp://sourceware.org/>; or maybe ; (there might be a better place).  Moving on to an

Re: Help, Where I can find proper libtool version?

2020-04-15 Thread Maciej W. Rozycki via Gcc
On Wed, 15 Apr 2020, 易会战 via Gcc wrote: > I am trying to add a library into gcc source code tree. The gcc source > have used libtool 2.2.7a 1.1334. but I cannot find the version. It is "libtool (GNU libtool 1.3134 2009-11-30) 2.2.7a" AFAICT, that is 1.3134 rather than 1.1334. I take it there

build_function_call() on functions with __attribute__((format)) leads to ICE: SIGSEGV

2020-04-15 Thread Yonatan via Gcc
Hi, I'm using `build_function_call()` in a plugin I'm writing, creating `printf()` and `sprintf()` calls. A few days ago I tested it with recent GCC (9.2.0) and -Wall, and got "internal compiler error: Segmentation fault" somewhere deep in `build_function_call()`. Spent some time comparing the `tr

Help, Where I can find proper libtool version?

2020-04-15 Thread 易会战 via Gcc
I am trying to add a library into gcc source code tree. The gcc source have used libtool 2.2.7a 1.1334. but I cannot find the version. So after runing autoreconf and make , I get "libtool: Version mismatch error.".It is a curious version, the gnu mirrors have no such version. Thanks a lot!