[chuck-users] Install on Linux with ALSA

Lucas Zawacki lfzawacki at gmail.com
Wed Dec 28 00:19:14 EST 2011


The compile line in the makefile looks wrong:

"g++ -o -lpthread chuck chuck.tab.o chuck.yy.o chuck_absyn.o ..."

It's compiling the binary with the (wrong) name of "-lpthread" and
trying to link a with a file named "chuck" (the right executable name)
and that's where the error line comes from. If you know a little about
makefiles and code compilation, find the makefile.alsa and tweak it to
correct this, in my makefile this is around line 40.


More information about the chuck-users mailing list