The configure generated Makefile will not recognize
my Linux system, I have to change 

        UNAME ?= $(shell uname)
        ARCH ?= $(shell uname -m)

into

        UNAME = $(shell uname)
        ARCH = $(shell uname -m)

I'm using GNU Make version 3.77, does above work
for other Make versions?

What is the meaning of ?= or is it a typo?


Ciao Robert

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to