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
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
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.
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
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
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
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
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
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