search for: bromberger

Displaying 18 results from an estimated 18 matches for "bromberger".

Did you mean: promberger
2003 Jan 08
3
Shorewall blacklist does all
Hello, I''m a very happy user of shorewall but I have found a problem or maybe a misconfiguration I made which I can not resolve. I use a fairly large blacklist based on probes, nimda & codered attacks, proxy & relay probes etc. The only problem is that I want to block incoming trafic on all ports FROM a block but it does also block a httpd, ping etc TO a ip in a block what I do
2005 Nov 01
4
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
llvmdev-request at cs.uiuc.edu wrote: >Send LLVMdev mailing list submissions to > llvmdev at cs.uiuc.edu > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >or, via email, send a message with subject or body 'help' to > llvmdev-request at cs.uiuc.edu > >You can reach the person managing the list at
2005 May 19
3
[LLVMdev] Cygwin Compile Fails for me too.
OK I've got GNU ld version 2.15.94 20041229 as and ar are the same version number etc. I think the latest release is 2.16. I guess you guys like to stay on the bleeding edge! I'll give it a try with the cfrontend included as suggested, but I'm actually writing a pattern matching compiler for a non-C scripting language and I'm looking for an optimizing back-end such as llvm. I
2005 Oct 30
1
[LLVMdev] Re: LLVMdev Digest, Vol 16, Issue 24
llvmdev-request at cs.uiuc.edu wrote: >Send LLVMdev mailing list submissions to > llvmdev at cs.uiuc.edu > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >or, via email, send a message with subject or body 'help' to > llvmdev-request at cs.uiuc.edu > >You can reach the person managing the list at
2005 May 19
0
[LLVMdev] Cygwin Compile Fails for me too.
If you use Microsoft's VC++ compiler to build LLVM, you don't need to build the C front end (indeed, you can't even if you wanted to). Matthew Bromberg wrote: > OK I've got > GNU ld version 2.15.94 20041229 > as and ar are the same version number etc. I think the latest release > is 2.16. > I guess you guys like to stay on the bleeding edge! > > I'll
2001 Dec 12
1
2.5.0, Solaris 2.6, Daemon SIGSEGV
...WTRAPPED|WNOHANG) Err#10 ECHILD 6191: setcontext(0xEFFFF9C0) 6191: _exit(0) Can anyone tell me what this is? I have looked through the list archives, but can't see anything, and had a google for it as well; none of these have lead me to a solution yet. Many thanks, James -- James Bromberger, Senior Web/Systems Administrator, JDV +61 8 9268 2909, +61 417 322 500 Fax: +61 8 9268 0200 JDV - e-Commerce and Outsourcing Solutions for Financial Services http://www.jdv.com/ Any securities recommendation contained in this document is unsolicited general information only. Do not act on...
2005 Oct 30
0
[LLVMdev] Still can't compile backend or frontend on Windows
On Sat, 29 Oct 2005, Matthew Bromberg wrote: > It's a shame this fine tool can't get better installation support for > Windows. If it did I suspect it would get a lot more coverage. After 5 Yup. > months or so I still have no way to compile the backend tools let alone the C > frontend on windows. I have tried both Cygwin and Mingw so far. MingW is > preferrable
2005 Oct 30
3
[LLVMdev] Still can't compile backend or frontend on Windows
It's a shame this fine tool can't get better installation support for Windows. If it did I suspect it would get a lot more coverage. After 5 months or so I still have no way to compile the backend tools let alone the C frontend on windows. I have tried both Cygwin and Mingw so far. MingW is preferrable since distributions of the binaries would not require the cygwin.dll. It
2012 Apr 25
1
Icecast Stats and monitoring
Here's something you could start with: http://blog.james.rcpt.to/2011/01/29/counting-the-icecast-stream-eyeballs/ https://www.james.rcpt.to/svn/trunk/Icecast_Counting/poll_icecasters.pl Modify the script to list the Icecast server(s) you are using, and then do something with the resulting count. Perhaps shove it into RRD and call the script from cron? HTH, James On 25/04/2012 2:24 PM,
2004 Apr 15
1
sort boxplot to median
Dear guRus, I'm stuck and really would appreciate some help. I've already crawled the net... I want to do some Boxplot which are sorted by the median and not alphabetically. What I did so far: x <- subset(mydata, Verwalt.Doku==1, select=c(1, 2)) P <- plot(x[,1], x[,2], plot=F) ???sort(P$stats[3,])??? bxp(P, col="yellow", las=1, horizontal=T, xlab="Potential") Of
2005 Nov 04
0
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
>From: Matthew Bromberg <mattcbro at earthlink.net> >Date: Tue, 01 Nov 2005 16:21:34 -0500 >The JIT compiler is of course of great interest, but I'm also interested in >static compilation and in fact this seems to me one of the intriguing >features of LLVM, the fact that it can support both static and dynamic >languages, with a common optimization infrastructure. (I
2005 Nov 01
0
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
On Tue, 1 Nov 2005, Matthew Bromberg wrote: >> It is the goal to generate OBJ files directly, though that is not likely to >> happen in the near future. But there are other options that do work today. >> The JIT does work, so you can execute programs compiled via LLVM right now. >> Additionally, you can generate C code that you can then compile with VC++, >>
2012 Feb 13
0
Fallback with Ogg Theora doesn't loop
Hello all, I've been experimenting with the fallback option on an Ogg Theora video stream. When I'm not connected with a source to my mount point, the fallback video clip that I've defined (stored locally) does get played, but it doesn't seem to repeat? Are there additional settings required other than specifying a <fallback-mount> in my target mount configuration? I've
2006 Dec 16
0
[LLVMdev] No crt2.o file found
I managed to get the llvm tool chain compiled on my windows machine using mingw a couple of weeks ago. When I tried to run the simple test case provided in the documentation I ran into a problem of missing object files. I attempted to compile the simple hello.c hello world application. Unfortunately I get the following $ llvm-gcc hello.c -o hello.exe ld: crt2.o: No such file: No such file
2006 Dec 18
0
[LLVMdev] No crt2.o file found
/Have you tried to build llvm-gcc by yourself? /Not with the recent build. In times past I failed miserably at this using cygwin. Maybe I should try again? /Normally crt*.o files are built during normal gcc build process (llvm-gcc as well). However, mingw32 runtime has its own crt*.o files, which are included with binary distribution of llvm-gcc4 (mingw32 variant). /I thought that would be
2006 Dec 21
0
[LLVMdev] No crt2.o file found
Hello, Matthew. > > I figured that just copying the mingw crt*.o files would not > > be a good idea. > /Why not? Mingw32 crt does not depend on LLVM. /I rashly copied all the *.o files from my mingw\lib directory to the llvm\lib directory. This does enable the hello world binary to compile and to function correctly. However the byte code file does not work correctly giving:
2006 Nov 25
2
[LLVMdev] mingw binary is corrupt
My 7 zip file manager says that the mingw binary is corrupt for llvm 1.9. I suppose that means that those of us running windows have no hope of getting llvm right now? Someone reported this earlier but the situation remains unchanged. -Matt
2005 May 19
2
[LLVMdev] Cygwin Compile Fails for me too.
It seems awfully tricky to get llvm working on a windows machine. I just want to use the tools, since I want to write my own front end. Here's where I get stuck llvm[2]: Linking Debug executable burg /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../libstdc++.a: could not read symbols: Archive has no index; run ranlib to add one collect2: ld returned 1 exit status make[2]: ***