RE: Linux bridge

2004-03-23 Thread Yehoram Ben-Yaacov
-Original Message- From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 09:52 To: Yehoram Ben-Yaacov; '[EMAIL PROTECTED]' Subject: Re: Linux bridge On Tuesday 23 March 2004 09:48, Yehoram Ben-Yaacov wrote: I started this test with two separated

Re: Linux bridge

2004-03-23 Thread Gilad Ben-Yossef
eth1 Link encap:Ethernet HWaddr 00:E0:72:A0:5F:10 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6520 errors:0 dropped:0 overruns:0 frame:0 TX packets:365578 errors:0 dropped:0 overruns:0 carrier:365578 collisions:0 txqueuelen:100 What's

Debugger/IDE for C development

2004-03-23 Thread Erez Doron
hi i am looking for a good debugger for developing C on linux. Preferably an IDE but a good standalone debugger will do. I tried DDD and UPS but they are not easy to handle. i tried kdevelop, but was not able to understand how to debug in it ( is it possible at all ? ) I tried using eclipse

Re: CXOffice, MS Office Hebrew version and SuSE 9.0 - Summary

2004-03-23 Thread Daniel Feiglin
Eli Marmor wrote: Two questions: 1. What version of MS Office have you tried? Office 2000 Pro 2. I guess that the previous message was a summary of a thread in CX mailing list, that was cross-posted to linux-il; is there any link (to an archive) or some quatations that you can bring from

Re: CXOffice, MS Office Hebrew version and SuSE 9.0 - Summary

2004-03-23 Thread Daniel Feiglin
Shachar Shemesh wrote: Daniel Feiglin wrote: Things sort of work, even well enough for day to day use. Here's how: Can you use the same invocation of office to type both Hebrew and English, or does one of them go out backwards? My (Dimitri's) little script does it right. Also, as far as I

Re: Debugger/IDE for C development

2004-03-23 Thread Oded Arbel
Tuesday 23 March 2004 11:57,Erez Doron: i tried kdevelop, but was not able to understand how to debug in it ( is it possible at all ? ) Yes, though I encountered some installations where that didn't work well. while with 2.1 its easier to get debugging going, 3 is recommended due to being

Re: [Discuss] CXOffice, MS Office Hebrew version and SuSE 9.0 - Summary

2004-03-23 Thread Daniel Feiglin
Dmitry Timoshkov wrote: Hello Daniel, Daniel Feiglin [EMAIL PROTECTED] wrote: Things sort of work, even well enough for day to day use. Here's how: 1. Use the SuSE online update/patch utility to get the latest version of KDE 2. Install CXOffice Version 2.0 (Yeah, V 2.0!) 3. Install MS Office

Re: Debugger/IDE for C development

2004-03-23 Thread Gilad Ben-Yossef
On Tuesday 23 March 2004 11:57, Erez Doron wrote: hi i am looking for a good debugger for developing C on linux. Preferably an IDE but a good standalone debugger will do. A debugger and IDE are very different things, don't confuse the two. THE C debugger for Linux is of course, the GNU

RE: Debugger/IDE for C development

2004-03-23 Thread Kovriga, Gregory
Hi, Another IDE you might want to look at is Anjuta. Greg. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oded Arbel Sent: Tuesday, March 23, 2004 12:21 PM To: Linux-IL Cc: Erez Doron Subject: Re: Debugger/IDE for C development Tuesday 23 March 2004

Re: Debugger/IDE for C development

2004-03-23 Thread linux-il
I've heard high prize of Anjuta, though I didn't get around to use it yet. I'd be glad to hear what you came up with. (I am going to do some C++ Linux development at work at last, and would like to take this opportunity to blow them away with a Linux C++ IDE as much as I can). --Amos Erez Doron

Re: [Discuss] CXOffice, MS Office Hebrew version and SuSE 9.0 - Summary

2004-03-23 Thread Shachar Shemesh
Daniel Feiglin wrote: What exactly does not work if you install MS Office under 2.1? 1. The Hebrew dialogs are all backwards and they don't seem to respond properly (It's a while since I tried!) I sent Jeremy White an email about this some time back. You need to compile crossover office with

Re: CXOffice, MS Office Hebrew version and SuSE 9.0 - Summary

2004-03-23 Thread Shachar Shemesh
Daniel Feiglin wrote: Not really. I posted a ticket, and got into a 2 way discussion with Dimitry, their support person. I've seen their offices. Codeweavers don't have support people. Dimitry Timoshkov is one of the Wine/CrossOver developers. He is the one who worked on keyboard support in

Re: Debugger/IDE for C development

2004-03-23 Thread Oded Arbel
Tuesday 23 March 2004 12:43,Kovriga, Gregory: Hi, Another IDE you might want to look at is Anjuta. I used Anjuta several times, and while I really like its editor (Scintilla ?) and its UI layout is at once both conservative (familiar for any one who's ever used an IDE in the last 10

Re: Debugger/IDE for C development

2004-03-23 Thread shany pozin
A very good debugger which we use is totalview of etnus It costs , but it is worth every penny Shany Pozin From: Oded Arbel [EMAIL PROTECTED] To: Linux-IL [EMAIL PROTECTED] CC: Erez Doron [EMAIL PROTECTED] Subject: Re: Debugger/IDE for C development Date: Tue, 23 Mar 2004 13:32:42 +0200 áTuesday

Re: Debugger/IDE for C development

2004-03-23 Thread Maxim Kovgan
On Tue, 23 Mar 2004, Erez Doron wrote: hi i am looking for a good debugger for developing C on linux. Preferably an IDE but a good standalonedebugger will do. I tried DDD and UPS but they are not easy to handle. i tried kdevelop, but was not able to understand how to debug in it ( is it

gcc (g++ v3.2.2) trouble

2004-03-23 Thread Alexander V. Karelin
Dear List! I've encountered a rather unpleasant problem. In a nutshell it is like this: when linking code compiled with g++ 3.2.2 with a library that has been compiled with gcc 2.x.x, the linker fails finding references. Now... The problem is that the library in question, if compiled from

Re: gcc (g++ v3.2.2) trouble

2004-03-23 Thread Mark Veltzer
On Tuesday 23 March 2004 18:06, you wrote: Dear List! I've encountered a rather unpleasant problem. In a nutshell it is like this: when linking code compiled with g++ 3.2.2 with a library that has been compiled with gcc 2.x.x, the linker fails finding references. Now... The problem is

Re: gcc (g++ v3.2.2) trouble

2004-03-23 Thread Muli Ben-Yehuda
On Tue, Mar 23, 2004 at 06:06:28PM +0200, Alexander V. Karelin wrote: when linking code compiled with g++ 3.2.2 with a library that has been compiled with gcc 2.x.x, the linker fails finding references. There is no C++ binary ABI between gcc 2.xx releases and gcc 3.xx releases. In other