Faisal Maqsoodi wrote: > sudo apt-get install g++ did work but now when i type ./configure > following error msg was displayed > configure: error: libtermcap, libcurses or libncurses are required! > > --- On *Sun, 11/23/08, Wasim Baig /<[EMAIL PROTECTED]>/* wrote: > > From: Wasim Baig <[EMAIL PROTECTED]> > Subject: Re: [Freeswitch-users] c compiler cant create executables > To: [email protected] > Date: Sunday, November 23, 2008, 10:54 PM > > On Mon, Nov 24, 2008 at 11:44 AM, Chav Paskov <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > 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. > > > if he was missing gcc, it would complain as such (i initially > thought so as well, then reread the error message) > > this is pointing more to a permissions error as he is using a > limited sudo user, from what he says > > -- > wasim h. baig | principal consultant | convergence pk | +92 300 > 8508070 | as you scope creep, so shall we reap ... > > _______________________________________________ > 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 > that's what i ment by saying that you have to install dev- tools : since i do not know what you have installed do this: sudo apt-get install termcap curses
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
