Le mardi 05 avril 2016 à 08:54 +0000, David Aldrich a écrit :
> Hi
> 
> I am running gnu make 4.1 on Ubuntu.  Make builds my C++ application
> that requires glibc 2.22 or higher.  Ubuntu 14.04 has only glibc 2.19
> so my makefile checks the host o/s and, if it's Ubuntu, it links to
> my private copy of glibc 2.22:
> 

How can "make" could build a C++ application that depends on glibc 2.22
when your system only have glibc 2.19 ?

It feels like you're doing something complicated which could be
avoided.

Regards.

-- 
Yann Droneaud
OPTEYA


_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to