Re: compiling with gmp not working

2007-08-11 Thread Christopher Faylor
On Sat, Aug 11, 2007 at 08:50:59PM -0400, Ankit Singla wrote: > Sorry folks, I haven't subscribed to the list, so I didn't get the reply. > > At any rate, Brian: thanks for the -v tips. Turns out the fact that mingw is > before everything made that gcc run, but that gcc isn't set up to use cygwin

Re: Interesting looking terminal emulation for cygwin

2007-08-11 Thread Christopher Faylor
On Sat, Aug 11, 2007 at 07:44:56PM +0100, Thorsten Kampe wrote: >* Christopher Faylor (Sat, 11 Aug 2007 11:31:47 -0400) >>After playing with it a little, it is really nice but I couldn't get >>the ssh part of the program to understand my ssh keys. So, I guess I'm >>not going to be using it... > >S

Re: compiling with gmp not working

2007-08-11 Thread Ankit Singla
Sorry folks, I haven't subscribed to the list, so I didn't get the reply. At any rate, Brian: thanks for the -v tips. Turns out the fact that mingw is before everything made that gcc run, but that gcc isn't set up to use cygwin (the include paths don't have any cygwin includes). It works if I

Re: compiling with gmp not working

2007-08-11 Thread Brian Dessent
Ankit Singla wrote: > What's odd is that gmp.h exists in my /usr/include directory, along with > stdio.h. I also have libgmp dlls installed. Ideas? There's not enough information here to help you. Run the above command with -v added and paste the result. Also, please attach cygcheck output (see

Re: Creating dll in cygwin gives "Undefined reference" errors

2007-08-11 Thread Brian Dessent
Pradip Jadav wrote: > ###create main.exe file. > g++ -o main.exe main.o -ldl > > ###create .def file > dlltool.exe --export-all-symbols --output-def main.def main.o > > ###create main library file. > dlltool.exe --dllname main.exe --def main.def --output-lib libmain.dll.a This is redundant. Yo

[ANNOUNCEMENT] Updated: ncftp-3.2.1-1

2007-08-11 Thread Jonathan C. Allen
PACKAGE DESCRIPTION === ncftp - An improved FTP client Homepage: http://www.ncftp.com/ Version : 3.2.1 License : Clarified Artistic License Ncftp is an improved FTP client. Ncftp's improvements include support for command line editing, command histories, recursive gets, automa

Re: Interesting looking terminal emulation for cygwin

2007-08-11 Thread Thorsten Kampe
* Christopher Faylor (Sat, 11 Aug 2007 11:31:47 -0400) > On Sat, Aug 11, 2007 at 12:48:05PM +0800, Thorsten Kampe wrote: > >* Christopher Faylor (Fri, 10 Aug 2007 18:11:12 -0400) > >>Has anyone used this? > >> > >>http://en.poderosa.org/ > > > >Yes, sir. > > > >>It seems like an interesting cygwin-

Re: compiling with gmp not working

2007-08-11 Thread Christopher Faylor
On Sat, Aug 11, 2007 at 12:10:23PM -0400, Ankit Singla wrote: > As a matter of fact, I can't seem to use many of the basic build tools > cygwin provides. A pidgin-2.1.0 configure tells me I don't have inet_aton or > regex, both of which, if I understand correctly, are included in a base > cygwin

Re: compiling with gmp not working

2007-08-11 Thread Ankit Singla
As a matter of fact, I can't seem to use many of the basic build tools cygwin provides. A pidgin-2.1.0 configure tells me I don't have inet_aton or regex, both of which, if I understand correctly, are included in a base cygwin install. The headers for both of those also exist in /usr/include. C

Re: Interesting looking terminal emulation for cygwin

2007-08-11 Thread David Rothenberger
On 8/11/2007 8:31 AM, Christopher Faylor wrote: On Sat, Aug 11, 2007 at 12:48:05PM +0800, Thorsten Kampe wrote: * Christopher Faylor (Fri, 10 Aug 2007 18:11:12 -0400) Has anyone used this? http://en.poderosa.org/ Yes, sir. It seems like an interesting cygwin-aware terminal emulator. Yes, a

Re: Interesting looking terminal emulation for cygwin

2007-08-11 Thread Christopher Faylor
On Sat, Aug 11, 2007 at 12:48:05PM +0800, Thorsten Kampe wrote: >* Christopher Faylor (Fri, 10 Aug 2007 18:11:12 -0400) >>Has anyone used this? >> >>http://en.poderosa.org/ > >Yes, sir. > >>It seems like an interesting cygwin-aware terminal emulator. > >Yes, although it's a bit heavyweight for me a

Re: compiling with gmp not working

2007-08-11 Thread Ankit Singla
Yes. I did install libgmp-devel. Angelo Graziosi wrote: Ankit Singla wrote: I tried installing gmp using the cygwin setup file, and it worked fine. The problem is, I can't use it. When I configure openCOBOL, it returns with an error saying gmp.h doesn't exist. Have you installed also

RE: RE: Re: Possible bug: d does not seem to read ~/.d.conf

2007-08-11 Thread Thorsten Kampe
* Dave Korn (Fri, 10 Aug 2007 17:48:13 +0100) > On 10 August 2007 17:23, Thorsten Kampe wrote: > > * Phil Betts (Fri, 10 Aug 2007 17:05:18 +0100) > >> Thorsten Kampe wrote on Friday, August 10, 2007 4:09 PM:: > >>> Phil, please, you don't know what you're talking about and you don't > >>> know what

Re: Interesting looking terminal emulation for cygwin

2007-08-11 Thread Thorsten Kampe
* Christopher Faylor (Fri, 10 Aug 2007 18:11:12 -0400) > Has anyone used this? > > http://en.poderosa.org/ Yes, sir. > It seems like an interesting cygwin-aware terminal emulator. Yes, although it's a bit heavyweight for me as it needs the .NET framework to run. Good stuff, definitely. Thors

Re: Creating dll in cygwin gives "Undefined reference" errors

2007-08-11 Thread Pradip Jadav
On 7/28/07, Brian Dessent <[EMAIL PROTECTED]> wrote: > Pradip Jadav wrote: > > > But when I compiles in cygwin it gives me some "Undefined reference" errors. > > Take an example, > > > > /cygdrive/e/DOCUME~1/LOCALS~1/Temp/ccLMFYUe.o:sample.c:(.text+0x4c): > > undefined reference to `createlog(int,

Re: compiling with gmp not working

2007-08-11 Thread Angelo Graziosi
Ankit Singla wrote: > I tried installing gmp using the cygwin setup file, and it worked fine. > The problem is, I can't use it. When I configure openCOBOL, it returns > with an error saying gmp.h doesn't exist. Have you installed also libgmp-devel? Cheers, Angelo. -- Unsubscribe info:

compiling with gmp not working

2007-08-11 Thread Ankit Singla
I tried installing gmp using the cygwin setup file, and it worked fine. The problem is, I can't use it. When I configure openCOBOL, it returns with an error saying gmp.h doesn't exist. The following file: #include #include int main() { return 0; } compiles as follows: Ankit [EMAIL PROTECTE