Re: cygwin1.dll and cygstdc++-6.dll account for over 70% of application runtime cost

2014-11-18 Thread Olumide
Thanks Corinna. My application does not explicitly use XSI IPC functions. It's an ordinary C++ application compiled with gcc. BTW, are ZN4muto7releaseEP7_cygtls and ZN4muto7acquireEm also XSI function? Regards, - Olumide -- Problem reports: http://cygwin.com/problems.html FAQ

cygwin1.dll and cygstdc++-6.dll account for over 70% of application runtime cost

2014-11-17 Thread Olumide
importantly how might I prevent these functions from being called? My guess is that the latter two are are lock/unlocking functions associated with memory requests (my guess would be the stack, because there are fewer timer samples associated with malloc/free etc. Thanks, - Olumide

Re: cygwin1.dll and cygstdc++-6.dll account for over 70% of application runtime cost

2014-11-17 Thread Olumide
On 18/11/2014 00:45, Olumide wrote: According to the AMD CodeXL profiler, the modules cygwin1.dll and cygstdc++-6.dll account for 65.67% and 5.13% respectively of the runtime of my code. The breakdown is shown below: Reposting breakdown (hopefully will be less mangled this time) Function

Displaying extended ASCII characters in output of octal dump as hexadecimal

2012-10-09 Thread Olumide
informed that this because my shell/terminal is not configured to display non-ASCII characters. How can I configure Cygwin to display extended characters as in hexadecimal format? Thanks - Olumide -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

Compilation error: error: ‘glDeleteVertexArrays’ was not declared in this scope

2011-12-14 Thread Olumide
? Thanks, - Olumide -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Is it okay to delete Cygwin (mirror) download directories?

2011-05-08 Thread Olumide
On 5/8/2011 7:23 AM, Jens Schweikhardt wrote: On Sun, May 08, 2011 at 01:32:12AM +0100, Olumide wrote: ... # Now I'm running out of HD space I'm looking to reclaim some of that # space. Is it okay to delete some or all of these directories? I'm # concerned that the Cygwin setup program uses one

Is it okay to delete Cygwin (mirror) download directories?

2011-05-07 Thread Olumide
programs I've currently got installed. Thanks, - Olumide -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Populating pkg-config database (PKG_CONFIG_PATH)

2010-11-30 Thread Olumide
in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found configure: error: you probably don't have GTK installed See `config.log' for more details. Thanks - Olumide -- Problem reports: http

Cygwin commands in the Windows command line

2009-08-13 Thread Olumide
, - Olumide -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Convert Cygwin .a library to Windows .lib

2009-04-29 Thread Olumide
I'm aware this question has been asked before (I googled), but found no satisfactory answer. I've just compiled a Unix library (to *.a) in Cygwin and I would like to convert it into a .lib file that I can link with the Visual Studio toolchain. Have you tried to rename it? I'm aware of that

Convert Cygwin .a library to Windows .lib

2009-04-28 Thread Olumide
Hello, I'm aware this question has been asked before (I googled), but found no satisfactory answer. I've just compiled a Unix library (to *.a) in Cygwin and I would like to convert it into a .lib file that I can link with the Visual Studio toolchain. Thanks, - Olumide -- Unsubscribe info

Re: Using Cygwin compiled libs in Visual Studio

2009-04-04 Thread Olumide
Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio projects. ... You're probably more interested in

Re: Using Cygwin compiled libs in Visual Studio

2009-04-04 Thread Olumide
I guess what I find surprising is that gcc can be used to produce Windows XP runnable code. Here's a typical compilation command generated by the build process: ... Why is this surprising? Cygwin *is* Windows XP runnable code. Is it? Pardon my n00bness but I recall once trying to run a

Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Olumide
Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio projects. Thanks, - Olumide

Re: XWin starts but hangs as soon as I start an X-application

2007-08-18 Thread Olumide
Larry Hall (Cygwin X) wrote: All of this is really strange. The only change/installation I made to my system yesterday was to install a logitech webcam. Remove it again. I think you'll find that solves the problems you were seeing. Logitech drivers are known to cause problems. Cygwin is one

XWin starts but hangs as soon as I start an X-application

2007-08-17 Thread Olumide
/, removing from list! All of this is really strange. The only change/installation I made to my system yesterday was to install a logitech webcam. - Olumide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

mcshield.exe hangs update installation

2007-08-06 Thread Olumide
a workaround (here http://www.cygwin.com/ml/cygwin/2000-04/msg00657.html) but I would like to know if there is a better solution. Thanks, - Olumide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: mcshield.exe hangs update installation

2007-08-06 Thread Olumide
Larry Hall (Cygwin) wrote: The best solution would be to uninstall McAfee (I'm serious!) But if you don't want to do that, try disabling real-time scanning. I did it differently. I asked McAfee to consider setup.exe a low risk process :-) . -- Unsubscribe info:

Linker Error: cannot find -lGL [in Cygwin]

2005-11-02 Thread Olumide
collect2: ld returned 1 exit status Which is quite surprising because I only just reinstalled the latest version of Cygwin (all of it). What am I not doing right? Thanks, - Olumide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
: See the manual for how to generate ls-R. What can I do about it? I think its affecting my LaTeX builds Thanks - Olumide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
Looks like there are no usable entries in /var/cache/fonts/ls-R. If I were you, I would see the manual for how to generate ls-R. Which manual is that? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
BTW, one possible reason might be that the perms got messed up and the postinstall script couldn't write to the file. Take a look at http://www.cygwin.com/ml/cygwin/2004-03/msg00454.html and check the user/group names and privs on that file. The file ls-R is empty (zero bytes) and read

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
Larry Hall wrote: At 03:15 PM 9/21/2005, you wrote: Looks like there are no usable entries in /var/cache/fonts/ls-R. If I were you, I would see the manual for how to generate ls-R. Which manual is that? Try 'info kpathsea'. Sorry, nothing :( -- Unsubscribe info:

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
Larry Hall wrote: At 03:15 PM 9/21/2005, you wrote: Looks like there are no usable entries in /var/cache/fonts/ls-R. If I were you, I would see the manual for how to generate ls-R. Which manual is that? Try 'info kpathsea'. I typed 'texdoc kpathsea' and the kpathsea Library (DVI

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
Olumide wrote: I typed 'texdoc kpathsea' and the kpathsea Library (DVI document, 60 pages) popped up, but I still dont know what to do. I actually did the impossible and looked at the document (gasp ;) ). Theres a mktexlsr script (in /usr/bin) that fixes the problems. But there are a few ls

Re: kpathsea problem in Cygwin (noob here)

2005-09-21 Thread Olumide
Olumide wrote: I actually did the impossible and looked at the document (gasp ;) ). Theres a mktexlsr script (in /usr/bin) that fixes the problems. But there are a few ls-R files all over the filesyetem that require write permissions before the mktexlsr can write to them. For posterity's

Re: Creating superuser (root) in Cygwin

2004-11-11 Thread Olumide
question is. How does a Cygwin user (without a root account) get round this kidda problem? Please resist the urge to flame. (Some of us are just new, that's all.) Thanks, - Olumide - -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Olumide
anyone know how to create a superuser account in Cygwin please. Thanks, Olumide -- 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/

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Olumide
You cannot just create a superuser in cygwin because cygwin is a translation layer for UNIX applications. Cygwin is not actual UNIX and there are limitations. Basically cygwin is using the host machine's security model rather than unix's own native security model and porting is not straight

Creating superuser (root) in Cygwin

2004-11-07 Thread Olumide
program that needs to raise the priority of certain threads. The thread library function that does this again requires superuser priviledges to run. These are just two of the problems I've encountered lately. I really need to create a root account in Cygwin. Thanks Olumide -- Unsubscribe info