Faisal Maqsoodi wrote: > Actually i dont know much about using linux. After downloading files i > got into the folder containing freeswitch-1.0.1 and > typed ./configure and this msg was displayed. faisal > > --- On *Sun, 11/23/08, Chav Paskov /<[EMAIL PROTECTED]>/* wrote: > > From: Chav Paskov <[EMAIL PROTECTED]> > Subject: Re: [Freeswitch-users] c compiler cant create executables > To: [email protected] > Date: Sunday, November 23, 008, 10:22 PM > > Faisal Maqsoodi wrote: > > HELP.... > > While trying to install freeswitch on my system. The error msg > > displayed is > > configure: 3087: error: C compiler can not create executables > > What should i try. faisal > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Freeswitch-users mailing list > > [email protected] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > what is the compiler you use ? > Chav > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > On ubuntu, you type: sudo apt-get install gcc-c++ If it doesn’t work, you type: sudo apt-get install g++
if using another distro try yum and try configure again you might need to install the devel packages as well. Regards Chav _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
