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
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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
19 matches
Mail list logo