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

Compilare lame



Hi All,
	stavo provando un encoder mp3 che si chiama Lame, ed ho
	scaricato dal sito ufficiale il pacchetto deb da installare
	sulla mia Woody.
	Leggendo la documentazione, ho scoperto che per encodare più
	files c'era già una scritp fatto (mlame) nella dir misc del
	pacchetto *.tar.gz. 
	Lo scarico, e lo provo. In effetti funziona, ma ritorna un
	errore:

	//home/farnis/bin/mlame: mlame_corr: command not found

	e poi continua.

	Il file che cerca, non c'è nel deb che ho scaricato, ma esiste
	un mlame_corr.c nel *.tar.gz. Ho provato a compilare tutto il
	pacchetto digitando:

	make all

	ma non compila mlame_corr.
	Ho provato anche con:

	gcc mlame_corr.c -o mlame_corr

	ma:

farnis@shelly:~/download/lame-3.91/misc$ gcc mlame_corr.c -o mlame_corr
mlame_corr.c: In function `readfile':
mlame_corr.c:189: warning: passing arg 1 of `analyze_stereo' from incompatible pointer type
mlame_corr.c:190: warning: passing arg 1 of `analyze_dstereo' from incompatible
pointer type
/tmp/ccQcNP9F.o: In function `report':
/tmp/ccQcNP9F.o(.text+0x4fe): undefined reference to `sqrt'
/tmp/ccQcNP9F.o(.text+0x658): undefined reference to `sqrt'
/tmp/ccQcNP9F.o(.text+0x796): undefined reference to `sqrt'
/tmp/ccQcNP9F.o(.text+0x8a6): undefined reference to `sqrt'
/tmp/ccQcNP9F.o(.text+0x9bb): undefined reference to `atan2'
collect2: ld returned 1 exit status

	Non so cosa fare...chi mi aiuta?

-- 
	     .
 ____      _ |   
|_\|_)  /o( -*-. 
|  \ \|\||_) |   
	     .   


-- 
To UNSUBSCRIBE, email to debian-italian-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: