Displaying 20 results from an estimated 7000 matches similar to: "gcc_ok fail to detect unrecognized option"
2008 Mar 21
0
[LLVMdev] Just got bitten by accidentally using the wrong gcc
Am Freitag, den 21.03.2008, 06:56 -0700 schrieb Shantonu Sen:
> I recommend you don't parse version strings. In fact I switch the
> check to use AC_COMPILE precisely for the reason that gcc --version is
> totally unreliable and vendor specific. For example, what's the
> regular expression that tells you what the GCC version is:
> i686-apple-darwin9-gcc-4.0.1 (GCC)
2007 Feb 09
6
syslinux-3.36-pre8 feedback
Tested floppy boot on two machines (one PII 350, one 486DX4)
Floppy boot with syslinux is very very slow, more than 18 mn to boot a linux
kernel from floppy on the 2 machines.
Tested with 3 different disquettes that were know to work, boot is reached
after this very long time.
Noise from floppy head make think floppy wait approximatly one minute
between each read.
No problem with pxe boot with
2007 Feb 12
2
syslinux-3.36 and 3.35 compilation broke /dev/null
I have tested with 3.31 (does not broke /dev/null) and 3.35/3.36 that broke
/dev/null
I verify that /dev/null exist, then compile one of the target available on
top Makefile and /dev/null no more exist.
Example
root:/usr/src/syslinux-3.36# cat /dev/null
root:/usr/src/syslinux-3.36# make .depend
Makefile:274: .depend: No such file or directory
rm -f .depend
for csrc in syslxmod.c gethostip.c ; do
2007 Feb 11
1
syslinux-3.36 nopie patch
I made a patch that depending of gcc flavor add -no-pie or -nopie on
libutil and dos Makefile.
This fix fatal error like this
sha1hash.c: In function `SHA1Transform':
../include/netinet/in.h:24: error: can't find a register in class `BREG'
while reloading `asm'
../include/netinet/in.h:24: error: can't find a register in class `BREG'
while reloading `asm'
2008 Jul 13
0
Unrecognized prilocaldialplan TON modifier: 5
Hi,
I'm having strange warning from asterisk when I try to dial GSM Gateway:
-- Executing [1011501522xxx at sm:1] NoCDR("SIP/ibm-b2c52848", "") in
new stack
-- Executing [1011501522xxx at gsm:2] Dial("SIP/ibm-b2c52848",
"Zap/R3/501522xxx") in new stack
-- Requested transfer capability: 0x00 - SPEECH
[Jul 13 11:58:50] WARNING[18208]:
2013 Jan 04
0
T38MaxBitRate issue on fax passthrough
Having an issue with receiving faxes, but when I pass through the fax.
Currently, I receive the fax with Digium's Fax for Asterisk, store it and
the initiate an outbound call to our fax server. (XMedius Fax). This
works, but we would prefer to have Asterisk simply route the call directly
to the fax server and take the store and forward out of the equation.
When I do that, however, the
2006 Feb 01
1
Unable to Register to Asterisk through Proxy
Hi,
Has anybody come across a situation where they were unable to register with Asterisk through a SIP stateless proxy server?
I'm getting an error:
"403 Authentication user name does not match account name"
As far as I can tell the requests reaching Asterisk with and without the proxy are identical excepting the IP address the REGISTER request is coming from and the Via header
2009 Mar 24
0
Unrecognized prilocaldialplan error when dialing a SIP call to a PRI trunk
Asterisk 1.6.0.6 with dahdi 2.1.0.4 is showing a strange "Unrecognized
prilocaldialplan" error with the SIP username when a SIP call is dialed to a
PRI trunk. The error shows up like this:
Unrecognized prilocaldialplan TON modifier: a
Unrecognized prilocaldialplan TON modifier: b
Unrecognized prilocaldialplan TON modifier: c
Where abc is the SIP username.
Is this a bug
2010 May 25
2
help required to melt a data frame
I have the raw data with 9 column and 197977 row:
> dummy
State Months Bedroom
1 xxx Jan 1
2 xxx Jan 2
3 xxx Jan 1
4 yyy Jan 1
5 yyy Jan 2
6 yyy Jan 1
7 zzz Jan 3
8 zzz Jan 1
9 zzz Jan 2
10 xxx Feb 3
11 xxx Feb 4
12 xxx Feb 2
13 yyy Feb 1
14
2010 Mar 26
1
Linear mixed models with custom link functions in R
Hello All,
I am looking for an R library/function that allows the specification
of a custom link function in a linear mixed model. I've been using
glm() in library MASS to fit fixed-effect models with a custom link but
my study design demands mixed models. Any suggestions on the best R
library/function to achieve this would be greatly appreciated. I have
tried, to no avail, to
2017 Jan 06
3
Issue with handling of 480 DND
Hi List,
we're calling a sip phone from our Asterisk Server, and try to add logic
depending on the dialstatus
Stripped down example;
exten = 494XXXXXXXXX,n,Dial(SIP/4120089,15,w)
exten = 494XXXXXXXXX,n,Goto(98-${DIALSTATUS},1)
exten = 494XXXXXXXXX,n,Hangup()
.....
exten = 98-BUSY,1,NoOp(Busy)
exten = 98-BUSY,n,ExecIf($["${Voicemail}" =
2005 Nov 22
1
Iproute2 src mangling problems
Hi,
I''m having an issue with changing the source address of packets
origininating from a specific user using a combination of iptables and
iproute2. We want to change packets originating from a specific
service so that they originate from that service''s IP address, so that
we can move it to a different physical server and have the packets
appear to come from the same
2010 Jun 10
1
Re :help to aggregate data
Dear All,
I have the data some thing like this, I am showing here three days data
only:
> dummy.data <- read.table(file='dummy.txt',sep='', header=TRUE)
> dummy.data
StDate Domaindesc Logins
1 05/01/10 xxx 10
2 05/01/10 xxx 45
3 05/01/10 xxx 2
4 05/01/10 yyy 45
5 05/01/10 yyy 20
6 05/01/10 yyy
2004 Jan 22
4
Problems with netfilter
Hi,
I have 2 internet connections (1 adsl/1 cable). I am try to route all
outgoing mail from the mail server (on the same box), through the ADSL
connection routing through the cable will mean mail will get rejected by AOL
:( I am using qmail as the mail server.
The configuration is:
eth0 : cable connection
ppp0 : adsl connection
eth2 : internal lan connection
I have configured split access as
2002 Dec 16
1
--backup-dir : unrecognized option
Hi
I'm running rsync 2.3.1 and when I run it with the
option --backup-dir=<some_backup_dir>, I get an error message telling that
the option is unrecognized. I'm using the package from
www.sunfreeware.com
If I'm pushing the data:
# /usr/local/bin/rsync -azb --backup-dir=/tmp -e /bin/rsh --delete /home/
backup_host:/home
/usr/local/bin/rsync: unrecognized option
2010 Dec 02
1
Syslinux Digest, Vol 93, Issue 1
All,
Thanks for all your help. Now, I can compile the latest source code base on
RedHat 5.5 after update nasm(to 2.09) and binutil(2.17).
And *make spotless* before *make* under core/ directory. But with the new
pxelinux.0, the PXEClient can not bootup.
The error info,
No valid file system found!
And stuck in there. I think maybe the gcc cause the problem. My gcc version
is 4.1.2.
Thanks aaron
2011 Mar 28
0
special control 16
Hi
What is special control 16?
I am getting this error quite often --
special control 16, then for some reason it puts on hold and then logs is full of Asked to transmit frame type ulaw, while native formats is 0x8 (alaw) read/write = 0x8 (alaw)/0x8 (alaw)
Both peer and trunk have same codec priority (disallow=all then allow=alaw then alllow=ulaw)
Any ideas how to fix this ?
--
2011 Jan 05
1
Asterisk replying to wrong port for NOTIFY messages
See the following SIP trace.
Where in the world does Asterisk get port 1025 to respond to?
This is asterisk 1.6.x.
Thanks.
-- James
<--- SIP read from zzz.zzz.zzz.44:9363 --->
NOTIFY sip:pbx1.mydomain.com SIP/2.0^M
Via: SIP/2.0/UDP 192.168.1.140:9363;branch=z9hG4bK-b9a860d3^M
From: "xxx-xxx-xxxx" <sip:xxxxxxxxxx at pbx1.mydomain.com>;tag=467525dd6fac949do0^M
To:
2009 Aug 10
2
strsplit a matrix
Dear all,
I am trying to split a matrix into 2 as efficiently as possible.
It is a character matrix:
1 2 3
1 "2-271" "2-367" "1-79"
2 "2-282" "2-378" "1-90"
3 "2-281" "2-377" "1-89"
I want to make 2 matrices from this, as succinctly and efficiently as
possible.
I've tried such
2005 Aug 29
1
Belkin and newhidups
Hi Peter,
I got all your patches and applied them, and I wanted to say kudos for a
great job done.
This is the output of upsc that I'm getting right now.
I had the same issue when using any cvs version (from two weeks ago)
that made my UPS go into a state where it wasn't functioning normally
(checking the kernel log shows that it cannot be connected and I had
around a page of DEVFS_USB