Title: ¹é¸¸ÀåÀÚÀÇ ±æ
¾È³çÇϼ¼¿ä?
21¼¼±â »õ·Î¿î ±âȸ°¡ ´ç½Å¿¡°Ô ¿Ô½À´Ï´Ù...
°æÁ¦ÀûÀÚÀ¯¿Í ½Ã°£ÀûÀÚÀ¯¸¦ ¿øÇϽʴϱî?´ç½ÅÀ»
¹é¸¸ÀåÀÚ·Î ¸¸µé¾î µå¸³´Ï´Ù. ÇÑǬ¾øÀÌ µ·¹ö´Â ¹æ¹ý. °¡Àå »¡¸® ºÎÀÚ°¡ µÇ´Â
¹æ¹ý. ´ç½ÅÀº ¹é¸¸ÀåÀÚÀÇ ±æÀ» °ÉÀ¸½Ã°Ú½À´Ï±î?¾Æ·¡ »çÀÌÆ®¿¡ ±×ÇØ´äÀÌ
ÀÖ½À´Ï´Ù...
http://millionaire.kr.kg/
On Thu, 24 Jan 2002, Steve M. Robbins wrote:
> For C++ libraries, in contrast, the ABI can change just by changing
> the compiler. Some folks think that templates cause a problem, too
> (see below). How difficult is it to maintain binary compatibility
> with C++ libraries?
As with C, C++ code
I am having problems setting the 'Architecture' field in one of my package's
.dsc files. Here is my debian/control:
Source: gnade
Section: libs
Priority: optional
Maintainer: Harry Henry Gebel <[EMAIL PROTECTED]>
Build-D
On Thu, Jan 24, 2002 at 07:19:13PM -0500, Harry Henry Gebel wrote:
> I am having problems setting the 'Architecture' field in one of my package's
> .dsc files. Here is my debian/control:
>
>
> Source: gnade
> Section: l
On Thu, Jan 24, 2002 at 07:23:43PM -0500, Matt Zimmerman wrote:
> On Thu, Jan 24, 2002 at 07:19:13PM -0500, Harry Henry Gebel wrote:
>
> > I am having problems setting the 'Architecture' field in one of my package's
> > .dsc files. Here is my debian/control:
> > Source: gnade
> > Section: libs
>
On Thu, Jan 24, 2002 at 07:42:38PM -0500, Harry Henry Gebel wrote:
> I tried setting 'Architecture' in the general section of the control file
> as well, but got the following error:
>
> dpkg-gencontrol: warning: unknown information field Architecture in input
> data in general section of contro
Is there a program that will let me start up a process and make a log of
any function calls it makes to a particular shared library the way strace
does for system calls?
Can GDB be used for this?
--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
It's a girl! See the pictures - http://www.braincells.com/sh
well, there's ltrace which lists library calls. i don't think you can
restrict output to a particular shared library though.
i don't think you can restrict gdb to show calls to a particular library
either. gdb basically shows information about stacks. it doesn't try
to sort or collate this i
On Fri, Jan 25, 2002 at 12:07:30AM -0500, Jaldhar H. Vyas wrote:
> Is there a program that will let me start up a process and make a log of
> any function calls it makes to a particular shared library the way strace
> does for system calls?
have a look at ltrace.
--
To UNSUBSCRIBE, email to [E
On Thu, 24 Jan 2002, Peter Jay Salzman wrote:
> well, there's ltrace which lists library calls. i don't think you can
> restrict output to a particular shared library though.
>
Thanks to you and Jason for the quick answers. I'll look into ltrace and
whip up some perl to munge the results. It'
I'm having a problem with something I thought was wery simple.
I have two packages, webmin and webmin-ssl which are interchangeable
(except as you've probably guessed one has SSL support, the other
doesn't). They both install certain conffiles such as
/etc/webmin/miniserv.conf and /etc/init.d/we
hi jaldhar,
small update. ltrace _can_ do what you want. i think:
ltrace --library=libm.so --library=libglib.so -o ltrace.output a.out
will put all function calls associated with the math and glib libraries
into a file named ltrace.output made by the executable a.out.
apparently, you can
On Wed, Jan 23, 2002 at 01:58:41PM -0600, Gunnar Wolf wrote:
> Hi,
>
> Debian policy states that the directory for CGI content should be
> /usr/lib/cgi-bin - Create a directory (say, /usr/lib/cgi-bin/wcal) and
> install in it.
Thanks, I'll see how I can do that (the installer installs the cgi's a
Title: ë°±ë§ì¥ìì 길
ìë
íì¸ì?
21ì¸ê¸° ìë¡ì´ 기íê° ë¹ì ìê² ììµëë¤...
ê²½ì ì ìì ì ìê°ì ìì 를 ìíìëê¹?ë¹ì ì
ë°±ë§ì¥ìë¡ ë§ë¤ì´ ë립ëë¤. íí¼ìì´ ëë²ë ë°©ë². ê°ì¥ 빨리 ë¶ìê° ëë
ë°©ë². ë¹ì ì ë°±ë§ì¥ì
On Thu, 24 Jan 2002, Steve M. Robbins wrote:
> For C++ libraries, in contrast, the ABI can change just by changing
> the compiler. Some folks think that templates cause a problem, too
> (see below). How difficult is it to maintain binary compatibility
> with C++ libraries?
As with C, C++ code i
I am having problems setting the 'Architecture' field in one of my package's
.dsc files. Here is my debian/control:
Source: gnade
Section: libs
Priority: optional
Maintainer: Harry Henry Gebel <[EMAIL PROTECTED]>
Build-De
On Thu, Jan 24, 2002 at 07:19:13PM -0500, Harry Henry Gebel wrote:
> I am having problems setting the 'Architecture' field in one of my package's
> .dsc files. Here is my debian/control:
>
>
> Source: gnade
> Section: li
On Thu, Jan 24, 2002 at 07:23:43PM -0500, Matt Zimmerman wrote:
> On Thu, Jan 24, 2002 at 07:19:13PM -0500, Harry Henry Gebel wrote:
>
> > I am having problems setting the 'Architecture' field in one of my package's
> > .dsc files. Here is my debian/control:
> > Source: gnade
> > Section: libs
>
On Thu, Jan 24, 2002 at 07:42:38PM -0500, Harry Henry Gebel wrote:
> I tried setting 'Architecture' in the general section of the control file
> as well, but got the following error:
>
> dpkg-gencontrol: warning: unknown information field Architecture in input
> data in general section of control
Is there a program that will let me start up a process and make a log of
any function calls it makes to a particular shared library the way strace
does for system calls?
Can GDB be used for this?
--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
It's a girl! See the pictures - http://www.braincells.com/sha
well, there's ltrace which lists library calls. i don't think you can
restrict output to a particular shared library though.
i don't think you can restrict gdb to show calls to a particular library
either. gdb basically shows information about stacks. it doesn't try
to sort or collate this in
On Fri, Jan 25, 2002 at 12:07:30AM -0500, Jaldhar H. Vyas wrote:
> Is there a program that will let me start up a process and make a log of
> any function calls it makes to a particular shared library the way strace
> does for system calls?
have a look at ltrace.
On Thu, 24 Jan 2002, Peter Jay Salzman wrote:
> well, there's ltrace which lists library calls. i don't think you can
> restrict output to a particular shared library though.
>
Thanks to you and Jason for the quick answers. I'll look into ltrace and
whip up some perl to munge the results. It's
I'm having a problem with something I thought was wery simple.
I have two packages, webmin and webmin-ssl which are interchangeable
(except as you've probably guessed one has SSL support, the other
doesn't). They both install certain conffiles such as
/etc/webmin/miniserv.conf and /etc/init.d/web
hi jaldhar,
small update. ltrace _can_ do what you want. i think:
ltrace --library=libm.so --library=libglib.so -o ltrace.output a.out
will put all function calls associated with the math and glib libraries
into a file named ltrace.output made by the executable a.out.
apparently, you can s
25 matches
Mail list logo