Kyle Waters wrote: > I'm pretty sure now that I'm missing a -l option in my compile command > for g++. Can anyone tell me what the option should look like? Not the compile command, but the link command (which also uses g++). And it's -liq that you're missing, probably. --Dave