RE: [Asterisk-Users] Compiling problems with SuSE

2004-01-20 Thread Dustin Knuttgen


 -Original Message-
 From: Uwe Klein [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 19, 2004 9:14 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Compiling problems with SuSE
 
   From: Dustin Knuttgen on Sunday, January 18, 2004 11:47 PM
 
   We tried to use SuSE initially and had no luck compiling zaptel on
   either 8.2 or 9.0. We even had Digium take a look. After working
on it
   for days we finally switched to Red Hat 9.
 
  Is there anyone who succeeded in compiling Asterisk with SuSE 8.2 or
 9.0?
 HI Dustin,
 what kind of error did you get?
 something like this:
 pbx.c:581: warning: comparison between signed and unsigned
 pbx.c: In function `pbx_substitute_variables_temp':
 pbx.c:765: warning: comparison between signed and unsigned
 pbx.c:812: warning: comparison between signed and unsigned
 pbx.c: In function `pbx_builtin_hangup':
 pbx.c:4017: internal compiler error: Segmentation fault
 ??
 
 I had problems with SuSE 8.2 and Asterisk from cvs dated ~12July2003
 
 I got it fixed by adding 128MB of memory to the 32MB on this P200
 machine.
 with 300MB of swap it should not have made a difference ( except
taking
 forever ) but it did.
 
 G!
 UK
 --
 Uwe Klein [mailto:[EMAIL PROTECTED]
 KLEIN MESSGERAETE Habertwedt 1
 D-24376 Groedersby b. Kappeln, GERMANY
 phone: +49 4642 920 123 FAX: +49 4642 920 125
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Uwe,
I had a problem at the end when it does the depmod -a.
We got an error with around ten modules. The only thing I could find
related to the errors was something about PPP in the kernel or in the
Makefile. Neither of which made any difference.
Dustin
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Compiling problems with SuSE

2004-01-20 Thread Regovich, Timothy
Did anyone try compiling with optimizations off?
I seemed to noticed that the default flag was an O9 or something.
Try with -O1 or with -g ans see if it makes any difference.

Tim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dustin Knuttgen
Sent: Tuesday, January 20, 2004 9:53 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Compiling problems with SuSE




 -Original Message-
 From: Uwe Klein [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 19, 2004 9:14 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Compiling problems with SuSE
 
   From: Dustin Knuttgen on Sunday, January 18, 2004 11:47 PM
 
   We tried to use SuSE initially and had no luck compiling zaptel on
   either 8.2 or 9.0. We even had Digium take a look. After working
on it
   for days we finally switched to Red Hat 9.
 
  Is there anyone who succeeded in compiling Asterisk with SuSE 8.2 or
 9.0?
 HI Dustin,
 what kind of error did you get?
 something like this:
 pbx.c:581: warning: comparison between signed and unsigned
 pbx.c: In function `pbx_substitute_variables_temp':
 pbx.c:765: warning: comparison between signed and unsigned
 pbx.c:812: warning: comparison between signed and unsigned
 pbx.c: In function `pbx_builtin_hangup':
 pbx.c:4017: internal compiler error: Segmentation fault
 ??
 
 I had problems with SuSE 8.2 and Asterisk from cvs dated ~12July2003
 
 I got it fixed by adding 128MB of memory to the 32MB on this P200
 machine.
 with 300MB of swap it should not have made a difference ( except
taking
 forever ) but it did.
 
 G!
 UK
 --
 Uwe Klein [mailto:[EMAIL PROTECTED]
 KLEIN MESSGERAETE Habertwedt 1
 D-24376 Groedersby b. Kappeln, GERMANY
 phone: +49 4642 920 123 FAX: +49 4642 920 125
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Uwe,
I had a problem at the end when it does the depmod -a.
We got an error with around ten modules. The only thing I could find
related to the errors was something about PPP in the kernel or in the
Makefile. Neither of which made any difference.
Dustin
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
Notice:  This e-mail message, together with any attachments, contains
information of Merck  Co., Inc. (One Merck Drive, Whitehouse Station, New
Jersey, USA 08889), and/or its affiliates (which may be known outside the
United States as Merck Frosst, Merck Sharp  Dohme or MSD and in Japan, as
Banyu) that may be confidential, proprietary copyrighted and/or legally
privileged. It is intended solely for the use of the individual or entity
named on this message.  If you are not the intended recipient, and have
received this message in error, please notify us immediately by reply e-mail
and then delete it from your system.
--
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Compiling problems with SuSE

2004-01-19 Thread Uwe Klein
  From: Dustin Knuttgen on Sunday, January 18, 2004 11:47 PM
 
  We tried to use SuSE initially and had no luck compiling zaptel on
  either 8.2 or 9.0. We even had Digium take a look. After working on it
  for days we finally switched to Red Hat 9.
 
 Is there anyone who succeeded in compiling Asterisk with SuSE 8.2 or 9.0?
HI Dustin,
what kind of error did you get?
something like this:
pbx.c:581: warning: comparison between signed and unsigned
pbx.c: In function `pbx_substitute_variables_temp':
pbx.c:765: warning: comparison between signed and unsigned
pbx.c:812: warning: comparison between signed and unsigned
pbx.c: In function `pbx_builtin_hangup':
pbx.c:4017: internal compiler error: Segmentation fault
??

I had problems with SuSE 8.2 and Asterisk from cvs dated ~12July2003

I got it fixed by adding 128MB of memory to the 32MB on this P200
machine.
with 300MB of swap it should not have made a difference ( except taking
forever ) but it did.

G!
UK
-- 
Uwe Klein [mailto:[EMAIL PROTECTED]
KLEIN MESSGERAETE Habertwedt 1
D-24376 Groedersby b. Kappeln, GERMANY
phone: +49 4642 920 123 FAX: +49 4642 920 125
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users