Skip to content
Advertisement

How to run a ./configure script inside makefile

I have tried the following:

JavaScript

under this context

JavaScript

What can I do to make this work?

Advertisement

Answer

What happens when you just do ./libpng/configure? Make sure the configure script is executable! (chmod +x ./libpng/configure)

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement