Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
Hi, For some reason cygwin uses the wrong make tool on my (windows xp) system. I also have c builder stuff installed. Cygwin calls the make tool of c builder and not the cygwin make. How do I tell cygwin to use the cygwin make tool ? Bye, Skybuck. -- Unsubscribe info: http://cygwin.co

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
The problem is a bit bigger. Delphi 5 is also installed on my system and also has a tool called make.exe. Delphi 6 is also installed on my system and also has a tool called make.exe. Eh, oops. Oh well I ll have to rename then for now... Unless somebody knows how to call cygwin's make ? :D -

binutils, windows to linux compile troubles.

2003-06-28 Thread Harald Houppermans
Hi, I think I am now using the right make of cygwin I get these errors: Now I get this error: Using the right make of cygwin I think. $ make Configuring in intl loading cache .././config.cache checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor...

Re: binutils, windows to linux compile troubles.

2003-06-28 Thread Harald Houppermans
The configure process went like this: $ ../configure --target=i686-linux loading cache ./config.cache checking host system type... i686-pc-cygwin checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-cygwin checking for i686-pc-cygwin-ar... no checking for ar... (c

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
- Original Message - From: "Brian Dessent" <[EMAIL PROTECTED]> To: "Cygwin mailing list" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 12:55 AM Subject: Re: Cygwin uses wrong make tool on my system. > Harald Houppermans wrote: > > > > T

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
- Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "Harald Houppermans" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 12:54 AM Subject: Re: Cygwin uses wrong make tool on my system. > On Sun, 29 Jun

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
I tried looking in the cygwin/bin folder I don't see any make.exe What is it's exact name ? I think maybe make is inside some other executables ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
Sorry to burst your bubble ?!?!?!? That does not work: C:\Documents and Settings\Skybuck\Desktop>rem @echo off C:\Documents and Settings\Skybuck\Desktop>set PATH=C:\WINDOWS\system32;C:\WINDOW S;C:\WINDOWS\System32\Wbem;c:\cygwin\bin; C:\Documents and Settings\Skybuck\Desktop>C: C:\Documents an

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
Lol How funny... I installed all cygwin developer packages except the gnu make ?!?!?! Did I accidently skip it ? or was it disabled by cygwin... ? lol. Anyway going to re-install it... Thank god I dont have to re-install cygwin completely... that should be mentioned somewhere in the instal

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Harald Houppermans
I checked it. Setting path in cygwin.bat is ok... it won't harm original path settings... making a backup of path settings can't hurt. binutils-2.14 is compiling nicely now :) I am curious how far it will go :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

firewall going bezerk.

2003-06-28 Thread Harald Houppermans
Yo, Cygwin is constantly performing DNS lookup's My zone alarm firewall is going nuts. I think cygwin even turned my firewall off... the true vector engine. Anyway I decided to turn the firewall off completely... Cygwin is not the only app going nuts with dns... also windows xp is going nuts w

Procedure entry not found in cygwin1.dll

2003-06-28 Thread Harald Houppermans
Hi, I compiled binutils 2.14 with the latest cygwin. ld-new.exe seems to be working ok. as-new.exe reports this error message when I start it: 'The procedure entry point asprintf could not be located in the dynamic link library cygwin1.dll" At one point during the build of binutils my firewall

Re: Procedure entry not found in cygwin1.dll

2003-06-28 Thread Harald Houppermans
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "BinUtils mailing list" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 3:14 AM Subject: Re: Procedure entry not found in cygwin1.dll > On Sun,

Re: Procedure entry not found in cygwin1.dll

2003-06-28 Thread Harald Houppermans
Shit When I set the path via a batch file on windows xp. As soon as the batch file ends the path returns to normal... Hmmm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Procedure entry not found in cygwin1.dll

2003-06-28 Thread Harald Houppermans
Well I copied the cygwin1.dll to the as-new.exe folder to see if it would work. And it works, everything looking fine to me :) C:\binutils-2.14\build\gas>as-new.exe -V GNU assembler version 2.14 (i686-linux) using BFD version 2.14 20030612 -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

free pascal cross compiler from windows to linux working.

2003-06-28 Thread Harald Houppermans
The free pascal 1.0.6 cross compiler host windows target linux is now working. I used cygwin, binutils-2.14 and free pascal. ( mingw unfortunately did not working: missing bison, flex, etc :) ) I tested a simple hello world program with knoppix ( linux running from cd-rom ). Then I also tested

Re: firewall going bezerk.

2003-06-28 Thread Harald Houppermans
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Harald Houppermans" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 4:52 AM Subject: Re: firewall going bezerk. > On Sun, 29 Jun 2003, Harald Houpp

Re: free pascal cross compiler from windows to linux working.

2003-06-28 Thread Harald Houppermans
> > I am just wondering if the free pascal compiler can set these permission > > automatically for the linux executables. > > The permissions probably *are* set by the compiler, but copying the files > to Linux destroys permissions unless you give the "-p" option to cp/scp. > Transferring executabl