I have run the ./configure (actually for zaptel it is menuselect/configure)... There is no error message, the make just hangs with the last message to console "config.status: creating ./config.status". The last item in the config.log is "configure: exit 0".
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tzafrir Cohen Sent: Wednesday, June 06, 2007 3:31 PM To: [email protected] Subject: Re: [asterisk-users] zaptel make problem On Wed, Jun 06, 2007 at 12:08:48PM -0500, Malcom Kemp wrote: > I am installing asterisk on a second box with OpenSuSE 10.2. I have > installed libpri, run menuselect/configure and then make. The make > stops at the last line shown below. Looking at the processes, the > current process is running sed. Not sure from where. Any ideas? > > > ... > > checking for ar... /usr/bin/ar > > checking for cp... /bin/cp > > checking for ln... /bin/ln > > checking for mkdir... /bin/mkdir > > checking for nroff... /usr/bin/nroff > > checking for rm... /bin/rm > > checking for strdup... yes > > checking for vsnprintf... yes > > configure: creating ./config.status > > config.status: creating Makefile Hmmm.... You left out the error message, which was probably something of the sort of: "please run ./configure before make" . Next time rune: ./configure make This time make ran ./configure for you . Now shouldn't autoconf generate the makefile to prevent such errors? -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users +++++++++++++ This e-mail was checked by the TecInfo Content Scanning Service for potentially harmful content, such as viruses or Spam For more information, call 800.863.5415 or visit www.tecinfo.net +++++++++++++ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
