"Hans Horn" wrote:
> Group,
>
> I'm trying to compile a source tree under cygwin gcc 3.4.1.
> This is where gcc barfs:
>
[Error messages snipped]
You should make sure you are using g++ to compile c++ code and if you are
using g++ to compile you should post the smallest possible program that
ex
Hello, I just tried rxvt because I wanted to replace the hopeless cmd
window. However, the "prompt" (not sure that is the correct word) doesn't
look very nice, here it is copied and pasted:
\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$
It looks similar, if not the same, as the result
"Jonathan Arnold" wrote:
> Mikael wrote:
>> Hello, I just tried rxvt because I wanted to replace the hopeless cmd
>> window. However, the "prompt" (not sure that is the correct word) doesn't
>> look very nice, here it is copied and pasted:
>&g
"Jonathan Arnold" wrote:
> Mikael wrote:
>> "Jonathan Arnold" wrote:
>>
>>>Mikael wrote:
>>>
>>>>It looks similar, if not the same, as the result when I tried to set
>>>>bash as the default shell for a native Win
"Michael Mauger" wrote:
> Mikael writes:
>> "Jonathan Arnold" wrote:
>> > Mikael wrote:
>> >> Hello, I just tried rxvt because I wanted to replace the hopeless cmd
>> >> window. However, the "prompt" (not sure that is the
"Brian Dessent" wrote:
> Mikael wrote:
>
>> Thanks Michael. I am using the CVS-version (dated early febraury) of
>> Emacs.
>> I removed the lines I added to my .bashrc and added what you showed to my
>> .emacs. Now my bash shell inside emacs looks nice (an
Hello, a few days ago I got some help on this list to get rxvt (and also
with emacs' shell mode) up and running and I love it! But today when trying
out MySQL 5.0.3 beta that was just released, I noticed an annoying thing:
I tried to start mysql command line shell by issuing (under rxvt):
$ mysql
"Brian Dessent" wrote:
> Mikael wrote:
>
>> Hello, a few days ago I got some help on this list to get rxvt (and also
>> with emacs' shell mode) up and running and I love it! But today when
>> trying
>> out MySQL 5.0.3 beta that was just released, I n
"Brian Dessent" wrote:
> Mikael wrote:
>
>> Thanks Brian, I guess I'll just launch these programs from an ordinary
>> command line shell then.
>> As for building the client-only side of MySQL for Cygwin, that still
>> doesn't
>> work ootb
"Christopher Faylor" wrote:
[snip texinfo announcement]
> If you are adventurous you might want to try the latest setup.exe
> snapshot:
>
> http://www.cygwin.com/setup-snapshots/setup-2.459.exe
>
> mentioned in this announcement:
I just downloaded that file and when run it displays the version
"community help" wrote:
> Hi everyone,
>
> I tried to download cygwin from a linux machine but
> with no success. Is there any way to download every
> thing at a time and install it later on a windows
> machine?
> I'm trying to download cygwin from work where i have a
> linux system and i want to
As the topic says, I just tried to build the second release candidate of GCC
4.0.0 on Cygwin. The process itself was simple, but it took some time to
perform the make bootstrap part, but that was expected. All steps of the
build process completed successfully. I proceeded to try it on some of my
"Dave Korn" wrote:
> Original Message
>>From: Mikael
>>Sent: 20 April 2005 16:24
>
>> As the topic says, I just tried to build the second release candidate of
>> GCC
>> 4.0.0 on Cygwin. The process itself was simple, but it took some time t
"Gerrit P. Haase" wrote:
> Mikael wrote:
>
>> As the topic says, I just tried to build the second release candidate of
>> GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time
>> to perform the make bootstrap part, but that was expected.
"Mikael" wrote:
>
> "Gerrit P. Haase" wrote:
>> Mikael wrote:
>>
>>> As the topic says, I just tried to build the second release candidate of
>>> GCC 4.0.0 on Cygwin. The process itself was simple, but it took some
>>> ti
n options (it prints the
correct diagnostic, though). Is this a bug in the implementation of
getopt_long() that Cygwin comes with or are the docs I have read simply not
applicable to Cygwins implementation?
/ Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscr
"Charles Wilson" wrote:
> Mikael wrote:
>
>>const char *short_options = "";
>
> This is your problem. You need to have ':' as the first character in
> short_options, if you want the behavior you describe. (Also, if you plan
> to
I use the Win32 API I should have configured gcc
with --enable-sjlj-exceptions in order to avoid problems, right? I didn't so
I guess I have to re-compile.
To the OP: Building your own version of GCC under Cygwin is easy (I've done
so since the GCC 3.3.* days, can't speak for the
Hello, I'm using Cygwin to develop programs using Win32 for the GUI and
lot's of posix stuff for the "back-end". Anyway, I noticed that if I include
in a file, I have to include after it if I want to
receive warnings for converting non-pointer types to NULL.
I guess presume NULL is a macro ev
Hello, I've altered my mounts so I can do:
$ cd /c/somedirectory
instead of
$ cd /cygdrive/c/somedirectory
The ouput of mount is:
$ mount
C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
c: on /c type system (binmod
"Fernando Barsoba" wrote:
> Hello all,
>
> I'm using Eclipse/CDT/Cygwin, and I'm trying to debug an application. I'm
> getting the following error: "No symbol table is loaded. Use the "file"
> command."
I debug from withing Emacs and when I get that error message it usually
means I forgot to
"Wayne Willcox" wrote:
> Yes use ethereal and winPcap. Just go to www.ethereal.com
>
Oh, so Ethereal under Windows can capture packets sent on loopback device
now? I couldn't get that to work when I last tried it.
> On Tue, Jun 21, 2005 at 01:32:16PM -0400, Fernando Barsoba wrote:
>> Hello all,
So, I updated my cygwin installation today (something I hadn't done for a
few weeks or so) to get the latest version of cygwin itself, but I was also
interested in the new version of bash.
During the updating process some other programs were updated since new
(stable) versions were availabe and
How do I get the latest cygwin setup snapshot? I tried surfing to
www.cygwin.com/setup-snapshots/, but I didn't have access rights.
/ M
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygw
ry->d_name, strerror(errno));
else
printf("stat() called successfully on: %s\n", entry->d_name);
}
return_value = closedir(directory);
assert(!return_value); /* closedir() returns 0 on success */
}
And this is what happens when I run it (first ls -al):
$ ls -a
ut stat() is looking at the cwd. And in the cwd I happen to
have a files called "Makefile", ".", and, "..", respectively. but not the
other files found by readdir(). So I to change the call to stat() so it gets
the whole path to the files found by readdir(). Thanks very much!
oesn't work for
some keys. This has made working remotely with the oracle database a chore
at best and I was wondering how I can remedy the situation?
/ Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problem
Brian Dessent wrote:
> Mikael wrote:
>
>> Hello, I'm using ssh inside an rxvt terminal (?) to connect remotely
>> to a Sun server running Solaris. It connects without any problems
>> and I can login to the Oracle database the server is running.
>> However, th
Mikael wrote:
> Brian Dessent wrote:
>> Mikael wrote:
>>
>>> Hello, I'm using ssh inside an rxvt terminal (?) to connect remotely
>>> to a Sun server running Solaris. It connects without any problems
>>> and I can login to the Oracle database the
Hello
We are using Cygwin GCC 9.3.2 but it is not longer available.
Can you put it again ?
Thanks
Mikaël GUENAIS
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info:
ie "Cannot create foobar.txt";
print F "Line1\n";
print F "Line2\n";
close F;
open(F, "< foobar.txt") || die "Cannot open foobar.txt";
while () {
s/(.)/sprintf("%02x ", ord($1))/ges;
print "$_\n";
}
close F;
exit 0;
--
> Gerrit asked you to try 5.8.0 because if there is a problem in the
> distributed Perl, he is unlikely to go back and fix the older version.
Garrit asked me, not Sven who wrote the german text, to try 5.8.
Anyway, Perl 5.8 doesn't seem to have the binmode bug/problem.
I'm hap
(to ? (const struct sockaddr *) &sin : NULL), tolen);
else
{
WSABUF wsabuf = { len, (char *) ptr };
/Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.c
cc cannot find
the libraries. I did install them, though.
Building with -glut32 -lglu32 -lopengl32
What am I doing wrong?
Hope you can help me =)
// Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation:
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 5:45 PM
Subject: Re: Building opengl applications
> On Mon, 20 Jan 2003, [iso-8859-
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 6:09 PM
Subject: RE: Building opengl applications
> On Mon, 20 J
All problems have been solved, thanks for your help!
// Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
the list of processes and had to
terminate there. So, by just pressing the close-button doesn't terminate the
program properly, but leaves a ghost process.
My question is: Why does it leave a "ghost process" and how do make it not
do that?
// Mikael
--
Unsubscribe info:
#x27;t found it
yet. Hope someone here can help me out.
Regards, Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 9:09 PM
Subject: Re: MESA
> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
>
&
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 9:16 PM
Subject: Re: MESA
> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
>
>
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 9:32 PM
Subject: Re: MESA
> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
>
>
- Original Message -
From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
To: "Mikael Åsberg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 10:09 PM
Subject: Re: MESA
> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
&g
- Original Message -
From: "Elfyn McBratney" <[EMAIL PROTECTED]>
To: "cygwin" <[EMAIL PROTECTED]>; "Mikael Åsberg" <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 10:09 PM
Subject: Re: MESA
> > > On Wed, 19 Feb 2003,
Hello, I downloaded GCC 3.3.3, built it using GCC 3.3.1 that comes
with Cygwin.
My configure line was:
$ ../gcc-3.3.3/./configure --enable-languages=c,c++ --prefix=/usr/local/gcc-3.3.3
--exec-prefix=/usr/local/gcc-3.3.3
The configure script, make and make install finsihed without any errors.
Whe
ates the cygwin gcc distribution. However if a bit of
>research finds that 3.3.3 has something you want then by all means, use it -
>we're not going to stop you. ... Well okay, I'm not going to stop you.
>Gareth
Regards, Mikael Åsberg
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
ls and
compiled it from source. Using these tools it seems to work. But it is
not a good solution for us to have a separate compiler from the rest of
the distribution. Any ideas how to fix this?
--- Mikael R
cygcheck.out
Description: cygcheck.out
--
Unsubscribe info: http://cygwin.com/
ls and
compiled it from source. Using these tools it seems to work. But it is
not a good solution for us to have a separate compiler from the rest of
the distribution. Any ideas how to fix this?
--- Mikael R
cygcheck.out
Description: cygcheck.out
--
Unsubscribe info: http://cygwin.com/
ntly
built gdb from source. But since the issue should be resolved with version
1.5.20 I could probably wait for that version.
--- Mikael R
-Ursprungligt meddelande-
Från: Igor Peshansky [mailto:[EMAIL PROTECTED]
Skickat: den 16 juni 2006 15:04
Till: Mikael Rosbacke
Kopia: cygwin@cygw
d the function.
My question, is the documentation on the web up to date or is there some
other
good place to find an up to date documentation?
Best regards,
--- Mikael Rosbacke
Email:Mikael.rosbacke(at)tritech.se
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem re
Thanks for the answer. I'll keep the contribution part in mind. I should do
fairly well with a generic pthread manual, source code, grep and emacs for the
time being.
--- Mikael R
-Ursprungligt meddelande-
Från: Eric Blake [mailto:[EMAIL PROTECTED]
Skickat: den 28 juni 2006
Crank up the warning levels and turn
off compiler extensions and start fixing the code.
/ Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
wants to call I call
GetProcAddress().
However, when I try to call any function the program segfaults (the function
pointers are
not NULL). The same test program works if compiled using MSVC.
Am I mistaken that this should work or is there an error somewhere?
/ Mikael
--
Unsubscribe info
On Thu, Dec 02, 2004 at 04:30:56PM +0100, Mikael ?sberg wrote:
Hello, I was under the impression that using a Cygwin-compiled DLL
under MSVC was extremely difficult, if not impossible, but using a
MSVC-compiled DLL with programs compiled under Cygwin is possible? I
have test program that first
On Thu, Dec 02, 2004 at 04:30:56PM +0100, Mikael ?sberg wrote:
Hello, I was under the impression that using a Cygwin-compiled DLL
under MSVC was extremely difficult, if not impossible, but using a
MSVC-compiled DLL with programs compiled under Cygwin is possible? I
have test program that
507.253.5982 T/L 553-5982)
mailto:kulack/us.ibm.com Personal: mailto:kulack/gmail.com
AIM Home:FKulack AIM Work:FKulackWrk
MSN Work: fakulack/hotmail.com (replace email / with @)
/ Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/
Hello, consider this c++-function:
void
handle_command_line(int argc,
char* const argv[],
bool& verbose,
vector& numbers)
{
const int id_numbers = 4711;
const int id_verbose = 4712;
const int id_help = 4713;
const option long_options[
ing of switch statement
Lol, of course! It's not reachable...I should've seen that. Anyway, I always
compile with -Wall -W -ansi -pedantic and my homebrewn gcc-3.4.3 didn't
yield any warnings at all.
Thanks for the help, Larry! One question answered. I'm still
Hello, I have three questions that aren't related.
First: Is there a cygwin package that will let me compare two binary files
to see if they are equal?
Second: Is there a way to prevent gcc from adding .exe extension when
building programs? I recall hearing something that win98 needs the .exe, b
mp;m), mysql_error(&m));
}
}
And, finally, the output:
$ ./wizard_spells.exe
Connection successful.
Failed to create chemistry recipe table.
Error code: 1050
Description: Table 'chemistry_recipes' already exists
Segmentation fault (core dumped)
Thanks for any replies and I'm sorry if
ollowing it fails.
Why and how do I fix it? I don't see any error messages pertaining to the cd
command when running the script. I simply see that it fails to find
configure.bat (since the directory wasn't changed) after cvs has finished.
/ Mikael
--
Unsubscribe info: http://c
What's a Cygwin-function for getting the current directory? I don't want to
use Win32's GetCurrentDirectory(), becuase I am developing a program that I
want to be able to port to Linux with smallest possible effort.
What part of Cygwin's documentation have I failed to notice since I couldn't
ans
Thanks for the reply, Ken. I am indeed programming in a compiled language,
C++ to be more specific. And, yes, English is my second language. Thanks for
pointing out the POSIX fucntion getcwd() to me, it seems to be just what I
was looking for. I didn't have a man page for it, even though I think
non-recursive.
[Recursive listing snipped]
If I compile the exactly the same code under MSVC++ 7.1 and invoke the
executable it produces with the exactly the same script, the output is:
Performing a scan without using recursion
Will perform a non-recursive scan of directory c:\coding\cygwin\c++\.
[Non-recursive listing snipped]
What's going on here? Why doesn't strcmp() return 0 if compiled with g++
with the input given above?
/ Mikael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
On Thu, 23 Sep 2004, Mikael Åsberg wrote:
Hello, I am using the latest Cygwin with all packages updated (running
Windows XP Professional SP2) and I'm having a problem with a simple C++
program that uses the Win32 API to scan a directory (recursively or
non-recursively, depending on user
Not sure if this is the right list, I do hope so.
Please also cc me since I'm not subscribed.
When installing subversion via setup.exe, crypt is not installed.
Therefore the message "cygcrypt-0.dll could not be found" is displayed
when I run svn.exe
-- Mikael Eriksson
--
U
efore the data reaches the application?
Any input on what the problem could be, or on how to determine what
the problem is, is greatly appreciated.
Best Regards,
Mikael Normark
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Do
an aligned structure intstead of
working around the problem like above, but this is good enough for me
at this point.
Best Regards
Mikael
2009/3/26 Mikael Normark :
> Endianness seemed a bit unlikely to begin with and after checking the
> first three values (type, pkg_nr, nr_samples) I foun
same but when I checked sizeof(struct sample_pkt_t) it
returned 396 on Ubuntu and 528 on Cygwin so I need to find a
workaround for the adressing issue, perhaps that solves the problem.
2009/3/26 Mikael Normark :
> Hi,
> I have an application which reads data from TCP/IP packets and writes
>
34668816
[ 1448.048] (EE) Keyboardlayout "Swedish (Apple) - Parallels" (A41D) is
unknown, using X server default layout
The layout should be standard Swedish keyboard.
—
Kai-Mikael Jää-Aro
+46 8 608 4926
Media Technology and Informatics
School of Natural Science, Technology and E
> On 2015-04-23, at 19:43, Jon TURNEY wrote:
>
> On 21/04/2015 10:10, Kai-Mikael Jää-Aro wrote:
>> I am running Cygwin/X 1.17 in Windows 7 in Parallels 10.2 in OS X 10.10, and
>> do not automatically get the right keyboard mapping. I get this in
>&g
> On 2015-04-30, at 13:02, Jon TURNEY wrote:
>
> On 24/04/2015 17:20, Kai-Mikael Jää-Aro wrote:
>>> On 2015-04-23, at 19:43, Jon TURNEY wrote:
>>>
>>> On 21/04/2015 10:10, Kai-Mikael Jää-Aro wrote:
>>>> I am running Cygwin/X 1.17 in Windows 7 i
I have set up an sshd server on my Windows XP box. If I run the bash
shell locally on the XP box, the USERPROFILE environment variable is
shown as C:\Documents and Settings\Administrator but if I run ssh to the
XP box, USERPROFILE displays as \??\C:\Documents and Settings\Administrator.
I tri
On Feb 8 18:51, Corinna Vinschen wrote:
> On Feb 8 18:33, Kai-Mikael JÃÃ-Aro wrote:
> > I have set up an sshd server on my Windows XP box. If I run the
> > bash shell locally on the XP box, the USERPROFILE environment
> > variable is shown as C:\Documents and Setti
74 matches
Mail list logo