Re: [Mingw-w64-public] i686-w64-mingw32-gcc & ntifs.h

2011-08-20 Thread Kai Tietz
2011/8/20 JonY : > On 8/20/2011 02:39, Sam Steingold wrote: >>> * Corinna Vinschen [2011-08-19 14:00:44 +0200]: >>> >>> On Aug 19 18:19, JonY wrote: On 8/19/2011 07:37, Sam Steingold wrote: >> * JonY [2011-08-19 06:39:03 +0800]: >> >> You are supposed to use -I to add the ddk pat

Compiling cdrkit-1.1.7.1-1 --> cygcmake??

2011-08-20 Thread Davor Josipovic
I have installed all the build/runtime requirements and I get the following output while trying to compile cdrkit: --- $ cygport ./cdrkit-1.1.7.1-1.cygport all >>> Preparing cdrk

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
it seems to me you unix guys are very smart :) Csaba Raduly-2 wrote: > > On Fri, Aug 19, 2011 at 7:07 PM, big glass wrote: >> how can i make sure that you exit all >> Cygwin processes >> > > Get Process Explorer from sysinternals (now Microsoft: > http://technet.microsoft.com/en-us/sysinterna

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
thx, im now getting this: $/bin/rebaseall /usr/bin/ash: $: not found $ Corinna Vinschen-2 wrote: > > On Aug 19 07:35, big glass wrote: >> >> cheers, tried it in ash but get this: >> >> $ rebaseall : not found > > $ /bin/rebaseall > > > Corinna > > -- > Corinna Vinschen

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-20 Thread Csaba Raduly
2011/8/20 LMH wrote: > So I guess this is resolved, but I suppose I should look in to running the > mintty terminal. What are the basic advantages of this compared to running > in cmd? * Resizable * Easier copy & paste (and consistent with xterm etc.) * Much wider font selection Csaba -- GCS a+

Re: Typical Cygwin fork problem

2011-08-20 Thread Corinna Vinschen
On Aug 20 01:43, big glass wrote: > > thx, im now getting this: > > $/bin/rebaseall > /usr/bin/ash: $: not found > $ Sigh. The $ is the universal sign for the shell prompt. It's the default shell prompt on Unix machines. You are not supposed to type it in. Just start ash, then you'll see

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
I am a developer and i use windoo$e at work, and just want to get sproutcore on our servers but it has this nice in the ruby area, so I need cygwin on our servers to be compatible :) I will install a Virtual linux on my pc at home to play, any distro you recoomend to learn the basic with?? thx ma

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
$ /bin/peflagsall/ /usr/bin/ash: Can't open /bin/peflagsall/ :( $ ./reply-to-typical-fork-complaint.sh Please run rebaseall (and peflagsall+reboot if on Vista or Win7) -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32301099.html Sent from the

problem with bash recognizing c-file with cygwin under eclipse

2011-08-20 Thread Bram Kouwenberg
Hello, I am using Cygwin under Eclipse C/C++. I am trying to compile/run a simple c program with gcc, but the file is not found by the bash shell. Neither gcc or ls -la can find the .c file but ls does show the other contents of the project directory. I'm going crazy not being able to find out why

Re: problem with bash recognizing c-file with cygwin under eclipse

2011-08-20 Thread Eliot Moss
On 8/20/2011 11:12 AM, Bram Kouwenberg wrote: Hello, I am using Cygwin under Eclipse C/C++. I am trying to compile/run a simple c program with gcc, but the file is not found by the bash shell. Neither gcc or ls -la can find the .c file but ls does show the other contents of the project directory

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-20 Thread LMH
Well key shortcut copy and past would be very nice. How do I go about setting up bash to run with the mintty terminal and not cmd? Can you link me to something? LMH Csaba Raduly wrote: 2011/8/20 LMH wrote: So I guess this is resolved, but I suppose I should look in to running the mintty ter

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-20 Thread Csaba Raduly
On Sat, Aug 20, 2011 at 7:10 PM, LMH wrote: > Well key shortcut copy and past would be very nice. How do I go about > setting up bash to run with the mintty terminal and not cmd? Can you link me > to something? I have a shortcut with the following target, on my desktop: C:\cygwin\bin\mintty.exe

x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Thomas D. Dean
I am missing something, I think. I have a simple application, taken from the web, t.cc #include #include using namespace std; int main() { vector vs; vs.push_back("asdf"); } If I compile with g++, I get an executable that works, i.e. runs without error. This file is recognized by

x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Thomas D. Dean
I am missing something, I think. I have a simple application, taken from the web, t.cc #include #include using namespace std; int main() { vector vs; vs.push_back("asdf"); } If I compile with g++, I get an executable that works, i.e. runs without error. This file is recognized by

Re: x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Sisyphus
- Original Message - From: "Thomas D. Dean" #include #include using namespace std; int main() { vector vs; vs.push_back("asdf"); } If I compile with g++, I get an executable that works, i.e. runs without error. This file is recognized by objdump and cygcheck. If I compile with

Re: x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread JonY
On 8/21/2011 10:09, Sisyphus wrote: > > - Original Message - From: "Thomas D. Dean" > >> #include >> #include >> using namespace std; >> int main() { >> vector vs; >> vs.push_back("asdf"); >> } >> >> If I compile with g++, I get an executable that works, i.e. runs without >> error. T

Re: x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Thomas D. Dean
On Sun, 2011-08-21 at 12:09 +1000, Sisyphus wrote: Sorry for the Top post, with a related question. Maybe the correct question I should ask, is how to create a 64-bit executable with cygwin gcc 4.5.3? I think I am missing some environment variable that points to the correct dll to load? > -

Re: x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Thomas D. Dean
On Sun, 2011-08-21 at 11:32 +0800, JonY wrote: > Hi Thomas, > > you are probably missing the runtime DLLs from path. They should be > found in "/usr/x86_64-w64-mingw32/sys-root/mingw/bin". > > I have: libgcc_s_sjlj-1.dll libgfortran-3.dll libgomp-1.dll libobjc-2.dll libssp-0.dll libstdc++-6.dl

Re: x86_64-w64-ming32-g++ file not recognized by objdump

2011-08-20 Thread Thomas D. Dean
On Sun, 2011-08-21 at 11:32 +0800, JonY wrote: > you are probably missing the runtime DLLs from path. They should be > found in "/usr/x86_64-w64-mingw32/sys-root/mingw/bin". > > You are correct. export PATH="$PATH:/usr/x86_64-w64-mingw32/sys-root/mingw/bin" fixed the problem. Thanks tomdean