Re: Curses and the mouse

2003-02-17 Thread John
On Mon, 17 Feb 2003, John wrote: > I've finally got round to fiddling with curses, and I've got a test > program that works some of the time. > > The immediate concern is the mouse. It works in an xterm window, and as > I read the docs it's supposed to work on a Linux VC with gpm active. > > Wel

RE: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Ajay Bansal wrote: > Can I do static linking in such a way that only gcc static libraries are > linked. With -static option, all the libraries expected are of static in > nature, whereas my product has 100 shared libs of its own and it is > _not_ possible to have that static i

Re: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Jonathan Bartlett wrote: > Actually, I believe the load time can be faster on static linking, > especially for C++ because it takes a lot of time for the linker to > resolve those dynamic links. I could be mistaken, though. > man prelink -- Please, reply only to the list.

RE: Gcc libraries

2003-02-17 Thread Jonathan Bartlett
You _can_, but I can't remember how. I think you might pass -static before the static libraries and -dynamic before the dynamic ones. Look through the docs and you'll probably find it. Jon On Mon, 17 Feb 2003, Ajay Bansal wrote: > Can I do static linking in such a way that only gcc static libr

RE: Gcc libraries

2003-02-17 Thread Ajay Bansal
Can I do static linking in such a way that only gcc static libraries are linked. With -static option, all the libraries expected are of static in nature, whereas my product has 100 shared libs of its own and it is _not_ possible to have that static in nature. -Original Message- From: Jona

Re: Gcc libraries

2003-02-17 Thread Jonathan Bartlett
Actually, I believe the load time can be faster on static linking, especially for C++ because it takes a lot of time for the linker to resolve those dynamic links. I could be mistaken, though. Jon On Mon, 17 Feb 2003, John wrote: > On Mon, 17 Feb 2003, Ajay Bansal wrote: > > > Hi All > > > > I

Curses and the mouse

2003-02-17 Thread John
I've finally got round to fiddling with curses, and I've got a test program that works some of the time. The immediate concern is the mouse. It works in an xterm window, and as I read the docs it's supposed to work on a Linux VC with gpm active. Well, it doesn't, at least for me. I'm running RHL

Re: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Ajay Bansal wrote: > Hi All > > I am using gcc 3.2.1 for building my code. > > Now the end customer may not have the shared libs used by gcc like > libstdc++so.5 etc. > > Can I ship these libraries along with the product? Or Do I have to > follow some procedure read the l

Gcc libraries

2003-02-17 Thread Ajay Bansal
Hi All I am using gcc 3.2.1 for building my code. Now the end customer may not have the shared libs used by gcc like libstdc++so.5 etc. Can I ship these libraries along with the product? Or Do I have to follow some procedure -Ajay ___ Redhat-devel