Re: Some problems with automake/autoconf

2002-10-24 Thread Stephen Gran
This one time, at band camp, Drew Parsons said: > Why do you have to specify host like that? The whole point of using > configure is so you don't have to do that, configure determines it > automatically, not so? > > Drew I'm sorry, I was less clear than I could have been - I've been banging on t

Re: Request for Sponsorship

2002-10-24 Thread Deva Seetharam
> Does simulpic do anything that gpsim doesn't? gpsim is in active > development, and supports many pic chips. no, it doesnt. however, this is a much simpler software to use and understand. also, the system is well-written and clear. one can use Simulpic as a basis for building more sophisticate

Re: Some problems with automake/autoconf

2002-10-24 Thread Eric Dorland
Try updating your config.sub and config.guess from autotools-dev. * Stephen Gran ([EMAIL PROTECTED]) wrote: > Hello all, > > I am having a problem with one of my packages failing on s390. It > builds fine on other architectures (except where I messed up with a bad > build-depends on a build-esse

Re: Request for Sponsorship

2002-10-24 Thread Blars Blarson
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >i noticed that the 16F84 simulator Simulpic has been orphaned by its >previous maintainer Sam Tardieu. >i would like to maintain this package as i have used it quite extensively Does simulpic do anything that gpsim doesn't? gpsim is in

Re: Some problems with automake/autoconf

2002-10-24 Thread Drew Parsons
On Thu, Oct 24, 2002 at 01:50:29PM -0400, Stephen Gran wrote: > Hello all, > > I am having a problem with one of my packages failing on s390. It > builds fine on other architectures (except where I messed up with a bad > build-depends on a build-essential). The problem with s390 is here: > > #

Re: Some problems with automake/autoconf

2002-10-24 Thread Stephen Gran
This one time, at band camp, Drew Parsons said: > Why do you have to specify host like that? The whole point of using > configure is so you don't have to do that, configure determines it > automatically, not so? > > Drew I'm sorry, I was less clear than I could have been - I've been banging on t

Re: Request for Sponsorship

2002-10-24 Thread Deva Seetharam
> Does simulpic do anything that gpsim doesn't? gpsim is in active > development, and supports many pic chips. no, it doesnt. however, this is a much simpler software to use and understand. also, the system is well-written and clear. one can use Simulpic as a basis for building more sophisticate

Re: Some problems with automake/autoconf

2002-10-24 Thread Eric Dorland
--ncSAzJYg3Aa9+CRW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Try updating your config.sub and config.guess from autotools-dev. * Stephen Gran ([EMAIL PROTECTED]) wrote: > Hello all, >=20 > I am having a problem with one of

Re: Request for Sponsorship

2002-10-24 Thread Blars Blarson
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >i noticed that the 16F84 simulator Simulpic has been orphaned by its >previous maintainer Sam Tardieu. >i would like to maintain this package as i have used it quite extensively Does simulpic do anything that gpsim doesn't? gpsim is in

Re: Some problems with automake/autoconf

2002-10-24 Thread Drew Parsons
On Thu, Oct 24, 2002 at 01:50:29PM -0400, Stephen Gran wrote: > Hello all, > > I am having a problem with one of my packages failing on s390. It > builds fine on other architectures (except where I messed up with a bad > build-depends on a build-essential). The problem with s390 is here: > > #

Re: C++ help please

2002-10-24 Thread Bas Zoetekouw
Hi Allen! You wrote: > I hope i am not trobleing you by askin for your help. > i was asked to do this, and i have no idea how its > done, i dont know c++ at all and cant get out of doing > this, i was wondering if any one can help me. I think you should do your own homework. -- Kind regards,

C++ help please

2002-10-24 Thread Allen
I hope i am not trobleing you by askin for your help. i was asked to do this, and i have no idea how its done, i dont know c++ at all and cant get out of doing this, i was wondering if any one can help me. 1) extracts values from the standard input stream, and displays the smallest an the largest

Request for Sponsorship

2002-10-24 Thread Deva Seetharam
Hi, i noticed that the 16F84 simulator Simulpic has been orphaned by its previous maintainer Sam Tardieu. i would like to maintain this package as i have used it quite extensively and studied the source code. i noticed that it is simulating 16c84, an obsolete device. microchip has replaced thi

Some problems with automake/autoconf

2002-10-24 Thread Stephen Gran
Hello all, I am having a problem with one of my packages failing on s390. It builds fine on other architectures (except where I messed up with a bad build-depends on a build-essential). The problem with s390 is here: # Add here commands to configure the package. ./configure --host=s390-linux --

C++ help please

2002-10-24 Thread Allen
I hope i am not trobleing you by askin for your help. i was asked to do this, and i have no idea how its done, i dont know c++ at all and cant get out of doing this, i was wondering if any one can help me. 1) extracts values from the standard input stream, and displays the smallest an the largest

Re: C++ help please

2002-10-24 Thread Bas Zoetekouw
Hi Allen! You wrote: > I hope i am not trobleing you by askin for your help. > i was asked to do this, and i have no idea how its > done, i dont know c++ at all and cant get out of doing > this, i was wondering if any one can help me. I think you should do your own homework. -- Kind regards,

Some problems with automake/autoconf

2002-10-24 Thread Stephen Gran
Hello all, I am having a problem with one of my packages failing on s390. It builds fine on other architectures (except where I messed up with a bad build-depends on a build-essential). The problem with s390 is here: # Add here commands to configure the package. ./configure --host=s390-linux --

Request for Sponsorship

2002-10-24 Thread Deva Seetharam
Hi, i noticed that the 16F84 simulator Simulpic has been orphaned by its previous maintainer Sam Tardieu. i would like to maintain this package as i have used it quite extensively and studied the source code. i noticed that it is simulating 16c84, an obsolete device. microchip has replaced thi

Re: game with small library

2002-10-24 Thread thomas . friedrichsmeier
Hi! > If the shared library is internal to the package, it should not be installed > in the system library path (e.g., /usr/lib). Instead, install it under > /usr/lib/. You will need to use a wrapper script to add > /usr/lib/ to LD_LIBRARY_PATH wehn running the program. I admit, I have not foun

Re: game with small library

2002-10-24 Thread thomas . friedrichsmeier
Hi! > If the shared library is internal to the package, it should not be installed > in the system library path (e.g., /usr/lib). Instead, install it under > /usr/lib/. You will need to use a wrapper script to add > /usr/lib/ to LD_LIBRARY_PATH wehn running the program. I admit, I have not foun