help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get libtool for gcc-9?


From: Ludovic Courtès
Subject: Re: How to get libtool for gcc-9?
Date: Wed, 12 Feb 2020 15:19:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi Moritz,

Moritz Lell <address@hidden> skribis:

> but libtool looks for gcc-7.4.0 libraries:
>
>     grep 'gcc-.*\ ' `which libtool` | sed 's/ /\n  /g'
>
>     # sys_lib_search_path_spec="[...]
>     #   /gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/[...]"

The ‘libtool’ executable provided by the ‘libtool’ package doesn’t
really matter.

Normally, Libtool is copied in package sources using ‘libtoolize’; only
when you run ./configure is a ‘libtool’ script generated for the program
you’re about to build.

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]