Path issue with cygwin and g++ -fprofile-generate and -fprofile-use command

2020-04-02 Thread vivien.clauzon--- via Cygwin
Hi cygwin users, today I saw an issue when trying to use profile guided optimization of g++ (9.3.0) inside cygwin 3.1.4 with path specified uname -a gives CYGWIN_NT-10.0 3.1.4(0.340/5 /3) 2020-02-19 x86_64 Cygwin More specificaly if I try to give a path argument like -fprofile-generate=profile

Re: Windows Path issue with maven/java on cygwin ("/C:/cygwin64/git...")

2017-01-14 Thread Andrey Repin
Greetings, Chris Brokes! > I can confirm that the files listed exist. > If you type the path as any of the following: > /cygdrive/c/cygwin64/git/ > C:/cygwin64/git/ > /git/ > The issue apparently is the leading "/" No, the issue is that you're trying to mix native and Cygwin tools with n

Windows Path issue with maven/java on cygwin ("/C:/cygwin64/git...")

2017-01-13 Thread Chris Brokes
First time sending an email to the list. Thanks for all the patience of everyone involved. Due to a work requirement, I'm trying to get the following working: git - repository successfully downloaded. Original code was written for linux and is java based java - Windows java JDK 8u112 apparent

Re: Path issue with windows shell

2013-11-27 Thread Larry Hall (Cygwin)
On 11/27/2013 4:01 PM, Matthew Lagoe wrote: Sorry I did not clarify earlier, I have cygin added to my path and I have not added anything to /cygdrive or otherwise. C:\tmp>where ls C:\cygwin\bin\ls.exe C:\tmp>C:\cygwin\bin\ls.exe /cygdrive c I noticed that all the paths that I am having issues

RE: Path issue with windows shell

2013-11-27 Thread Matthew Lagoe
Sorry I did not clarify earlier, I have cygin added to my path and I have not added anything to /cygdrive or otherwise. C:\tmp>where ls C:\cygwin\bin\ls.exe C:\tmp>C:\cygwin\bin\ls.exe /cygdrive c I noticed that all the paths that I am having issues with are setup via a "subst" in windows You

Re: Path issue with windows shell

2013-11-27 Thread Larry Hall (Cygwin)
On 11/27/2013 3:03 PM, Matthew Lagoe wrote: im having a problem with paths, when i use /cygdrive/l in the windows shell it doesn't work however when i use it in the cygwin shell it works fine /cygdrive/c works fine in both The windows shell only see's the "C" drive even with ls C:\>ls /cy

Path issue with windows shell

2013-11-27 Thread Matthew Lagoe
im having a problem with paths, when i use /cygdrive/l in the windows shell it doesn't work however when i use it in the cygwin shell it works fine Cygwin === Matthew@Matthew-PC /cygdrive/l/leveldesign $ rsync -avrP --chmod=a=rw,Da+x --delete /cygdrive/l rs

Re: PATH issue

2012-10-10 Thread Earnie Boyd
On Wed, Oct 10, 2012 at 9:01 AM, Frank P Esposito wrote: > I have an issue now that bash can't find script, but "which" locates > it -- is there a way to debug this? What does ``ls -l `which FOO`'' report? -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://c

Re: /usr/include path issue

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 12:33:31PM +0200, G?bor Alsecz wrote: >Hello Csaba, > >Thanks for the reply: > >> do you actually have a netdb.h ? What does >> >> $ find /usr/include/ -name netdb.h >> >> print ? >it works fine, command print the /usr/include/netdb.h > > >> gcc -v getip.c >print all directo

RE: /usr/include path issue

2011-05-19 Thread Nellis, Kenneth
n bash to find the .h includes? > > Same issue (include .h file(s) not found) when i try to > compile/configure Kannel under cygwin > > Regards, > Gabor I get a different error from yours when gcc can't find an include file, so I'm wondering if it's not a /usr/in

Re: /usr/include path issue

2011-05-19 Thread Gábor Alsecz
Hello Csaba, Thanks for the reply: do you actually have a netdb.h ? What does $ find /usr/include/ -name netdb.h print ? it works fine, command print the /usr/include/netdb.h gcc -v getip.c print all directories included but /usr/include folder missing Gabor On Thu, May 19, 2011 a

Re: /usr/include path issue

2011-05-19 Thread Csaba Raduly
On Thu, May 19, 2011 at 8:54 AM, Gabor Alsecz wrote: > Hi All, > > I am using the latest cygwin installation and I have an issue with my > /usr/include directory under cygwin bash. > > my .c file snippet looks like this: > > #include > #include > #include > #include > #include > > And when ru

/usr/include path issue

2011-05-18 Thread Gabor Alsecz
Hi All, I am using the latest cygwin installation and I have an issue with my /usr/include directory under cygwin bash. my .c file snippet looks like this: #include #include #include #include #include And when running gcc from bash with the followin command: gcc getip.c i receive the foll

Re: cygwin path issue

2009-05-03 Thread Greg Chicares
On 2009-05-03 13:14Z, Maverick_gamer wrote: > Hey > i am using cygwin for compiling one of my project on windows machine.. > the makefile set the compiler but did not define any path.. > path to the compiler position is added in the PATH variable. now when > running make it shows the error: >

cygwin path issue

2009-05-03 Thread Maverick_gamer
nabble.com/cygwin-path-issue-tp23355651p23355651.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: Help Understanding Path Issue

2006-06-29 Thread Igor Peshansky
On Wed, 28 Jun 2006, mwoehlke wrote: > Scott Purcell wrote: > > I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up. > > Eg: ANT_HOME value=C:/ant/bin > > I assume you meant "CLASSPATH" and "PATH". I think he meant "CLASSPATH"s and "PATH"s. :-) > > When I run ant from a "cmd" wind

Re: Help Understanding Path Issue

2006-06-28 Thread mwoehlke
Scott Purcell wrote: I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up. Eg: ANT_HOME value=C:/ant/bin I assume you meant "CLASSPATH" and "PATH". When I run ant from a "cmd" window all is good. It picks up the value and runs fine. But I do not want to use the "cmd" prompt, and

Help Understanding Path Issue

2006-06-28 Thread Scott Purcell
Hello, I have cygwin installed on my XP box, and have been using it for a bit of time. Mostly to compile class files, vi, and the great unix removes, etc. Anyway, I have had this following problem for a while, and was hoping to get it resolved once and for all. I have "CLASSPATHS" and "PAT

Path issue after umount -c

2004-02-17 Thread Dick Repasky
When following two commands are executed in a bash script umount -c C:/cygwin/home/me/experiment/bin/umount -A the second command fails with the error: script.sh: line x: /home/me/experiment/bin/umount: No such file or directory if when the script is run the Cygwin mount points are pre