[±¤°í] ¹é¸¸ÀåÀÚÀÇ ±æ!!

2002-01-24 Thread e-biz4you
Title: ¹é¸¸ÀåÀÚÀÇ ±æ ¾È³çÇϼ¼¿ä? 21¼¼±â »õ·Î¿î ±âȸ°¡ ´ç½Å¿¡°Ô ¿Ô½À´Ï´Ù... °æÁ¦ÀûÀÚÀ¯¿Í ½Ã°£ÀûÀÚÀ¯¸¦ ¿øÇϽʴϱî?´ç½ÅÀ» ¹é¸¸ÀåÀÚ·Î ¸¸µé¾î µå¸³´Ï´Ù. ÇÑǬ¾øÀÌ µ·¹ö´Â ¹æ¹ý. °¡Àå »¡¸® ºÎÀÚ°¡ µÇ´Â ¹æ¹ý. ´ç½ÅÀº ¹é¸¸ÀåÀÚÀÇ ±æÀ» °ÉÀ¸½Ã°Ú½À´Ï±î?¾Æ·¡ »çÀÌÆ®¿¡ ±×ÇØ´äÀÌ ÀÖ½À´Ï´Ù...  http://millionaire.kr.kg/

Re: Best practices for shared C++ libs?

2002-01-24 Thread Simon Richter
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

Can't set architecture in .dsc

2002-01-24 Thread Harry Henry Gebel
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

Re: Can't set architecture in .dsc

2002-01-24 Thread Matt Zimmerman
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

Re: Can't set architecture in .dsc

2002-01-24 Thread Harry Henry Gebel
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 >

Re: Can't set architecture in .dsc

2002-01-24 Thread Matt Zimmerman
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 an strace type program for shared libs

2002-01-24 Thread Jaldhar H. Vyas
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Peter Jay Salzman
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Jason Thomas
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Jaldhar H. Vyas
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'

Purging a replaced program

2002-01-24 Thread Jaldhar H. Vyas
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Peter Jay Salzman
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

Re: Wcal packaging question

2002-01-24 Thread Wouter Eerdekens
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

[±¤°í] ¹é¸¸ÀåÀÚÀÇ ±æ!!

2002-01-24 Thread e-biz4you
Title: 백만장자의 길 안녕하세요? 21세기 새로운 기회가 당신에게 왔습니다... 경제적자유와 시간적자유를 원하십니까?당신을 백만장자로 만들어 드립니다. 한푼없이 돈버는 방법. 가장 빨리 부자가 되는 방법. 당신은 백만장ì

Re: Best practices for shared C++ libs?

2002-01-24 Thread Simon Richter
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

Can't set architecture in .dsc

2002-01-24 Thread Harry Henry Gebel
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

Re: Can't set architecture in .dsc

2002-01-24 Thread Matt Zimmerman
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

Re: Can't set architecture in .dsc

2002-01-24 Thread Harry Henry Gebel
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 >

Re: Can't set architecture in .dsc

2002-01-24 Thread Matt Zimmerman
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 an strace type program for shared libs

2002-01-24 Thread Jaldhar H. Vyas
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Peter Jay Salzman
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Jason Thomas
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.

Re: Is there an strace type program for shared libs

2002-01-24 Thread Jaldhar H. Vyas
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

Purging a replaced program

2002-01-24 Thread Jaldhar H. Vyas
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

Re: Is there an strace type program for shared libs

2002-01-24 Thread Peter Jay Salzman
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