Reinstaling the OS is not going to do anything ut get you right back to where yu are now.
Look at the last command the the Makefile tried to run. Did it choke while running bison? If so run the bison command by hand. What happens? You need to "cd" to the directory where Makewas at when it tried to run bison first. You might also try typing "which bison" just to verify that bison is installed and in your path. In general when a Makefie fails you try to get the failed command to run by hand and then you fix up the Makefile to do whenever you neede to do by hand. ===== Chris Albertson Home: 310-376-1029 [EMAIL PROTECTED] Cell: 310-990-7550 Office: 310-336-5189 [EMAIL PROTECTED] KG6OMK __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
