Re: How To use gdb??

2005-03-18 Thread JS
"Brian Dessent" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > JS wrote: > > > > I have made an .exe file in C. Now I would like to use the gdb to debug this > > file. Can somebody direct me to some info on this?? > > > > I u

How to change keyboard??

2005-03-18 Thread JS
I have a danish keyboard and in the bash I am not able to type Æ, Ø and Å. Is there someway to chage keyboard to danish?? JS -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

How To use gdb??

2005-03-17 Thread JS
I have made an .exe file in C. Now I would like to use the gdb to debug this file. Can somebody direct me to some info on this?? I use Dev-C++ with a Cygwin compiler. JS -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Help! (creating a dynamically linked shared library)

2003-06-09 Thread JS
]> wrote: > On Mon, 9 Jun 2003, JS wrote: > > > These are the commands I used to create the .lib > and > > exports.o files: > > > > gcc -c function.c > > dlltool -e exports.o -l function.lib function.o > > gcc function.o exports.o -o functio

Help! (creating a dynamically linked shared library)

2003-06-09 Thread JS
Hi, I'm trying to build a .dll and .lib file in cygwin, so I can compile and build them in DOS (under windows later. I created a simple file called add.cpp that calls on a function, addfunction.cpp, to add two numbers. First I compiled addfunction.cpp, then I created an export file and a .l

.dll and .lib files

2003-06-09 Thread JS
Hi, I'm trying to build a .dll and .lib file in cygwin, so I can compile and build them in DOS later. Does anyone know how to do this? Thank you so much for your time. Sincerely, Julie __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Ou