--- Mar 8/12/09, Olivia Cheronet ha scritto:
> > >> Does the file
> > >>
> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so
> exist ?
> > >>
> > >> cheers,
> > >>
> > >> David
> > >
> > >
> > > Indeed, this file is not there. Where can I find
> it?
> >
> > My mistake, cygw
Afflictedd2 wrote:
what... ? what are you implying.. that doesn't help !
jreidthompson wrote:
Afflictedd2 wrote:
Thank you Dave! I hadn't thought of doing it directly in the cygwin
console,
because I had tried it on my regular console which also has the cygwin
path
in it, but it also has the m
On 2009-12-06 18:33Z, Charles Wilson wrote:
[...vista-sized icons cause crashes on old XP machines...]
> Well then, what happens if the icon in question is inside a DLL?
We have a winner.
> Can you try creating a shortcut, and setting its icon to the hippo in
> each of these two DLLs? The _vis
I've written a linux app using IP packet with custom protocol (i.e. not udp,
not tcp, etc) using SOCK_RAW socket. I can compile app in cygwin and it opens
sockets and reads and writes without any errors but wireshark shows no data
traversing the interface (not even local loopback). Is it possib
what... ? what are you implying.. that doesn't help !
jreidthompson wrote:
>
> Afflictedd2 wrote:
>> Thank you Dave! I hadn't thought of doing it directly in the cygwin
>> console,
>> because I had tried it on my regular console which also has the cygwin
>> path
>> in it, but it also has the min
Afflictedd2 wrote:
Thank you Dave! I hadn't thought of doing it directly in the cygwin console,
because I had tried it on my regular console which also has the cygwin path
in it, but it also has the mingw32 path.. which I think that's the root of
all evil :\
Hey, no fair, you never mentioned a
Per POSIX, unlinkat should be declared in ; but cygwin only declares
it in :
$ echo '#include ' | gcc -E - | grep unlink
int __attribute__((__cdecl__)) unlink (const char *__path );
$ echo '#include ' | gcc -E - | grep unlink
extern int unlinkat (int, const char *, int);
Likewise, symlinkat shou
Thank you Dave! I hadn't thought of doing it directly in the cygwin console,
because I had tried it on my regular console which also has the cygwin path
in it, but it also has the mingw32 path.. which I think that's the root of
all evil :\
> Hey, no fair, you never mentioned all that before!
So
> From: David Cournapeau
> >> Does the file
> >> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ?
> >>
> >> cheers,
> >>
> >> David
> >
> >
> > Indeed, this file is not there. Where can I find it?
>
> My mistake, cygwin uses the same extension as windows, that is .
On Mon, Dec 7, 2009 at 12:33 PM, Frank Ch. Eigler wrote:
> Please be aware of an impending temporary outage machines hosting
> gcc.gnu.org, sourceware.org, sources.redhat.com, cygwin.com, and a few
> other sites. All email, web, ftp, cvs, git, etc. services will be off
> line while the machines a
Reid Thompson wrote:
> perhaps an -lpthread
No. You're getting mixed up between header files and library files.
cheers,
DaveK
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Afflictedd2 wrote:
> Well,
>
> Now that you say that. I will simplify my makefile, but then it doesn't know
> what pthread_create is.. or anything related to pthread.
> C:\Users\Viper\Documents\Cpp\Pthreads>"C:\Program Files\SlickEdit
> 2009\win\vsbuild" -signal 9009 -command make -f "Makefile" C
On Mon, 2009-12-07 at 12:12 -0800, Afflictedd2 wrote:
> Hi everyone,
>
> I'm trying to build a simple program using pthreads, but I get the
> following
> errors, why?
>
> Any help appreciated.
> J
>
> make -f Makefile CFG=Debug
> g++ -c -g -o "Debug/Pthreads.o" -I/Cygwin/usr/include Pthreads
Eliot,
I got some time to re-read the rebase read me file this weekend and
I'm now a bit more uncertain about your recommendation. If I
understand correctly, you're saying I should mark ALL (almost at
least, I don'tknow what not to yet) dlls, exes and sos as not ASLR
compatible and then rebase w
I've been working on an unattended cygwin/sshd install. On Vista, the
ssh-host-config script waits for user input at several points when the
"--yes" option is used. The "--yes" option is usually there to allow
for unattended use of a script, and this behavior breaks the ability
to use the script
Well,
Now that you say that. I will simplify my makefile, but then it doesn't know
what pthread_create is.. or anything related to pthread.
C:\Users\Viper\Documents\Cpp\Pthreads>"C:\Program Files\SlickEdit
2009\win\vsbuild" -signal 9009 -command make -f "Makefile" CFG=Debug
VSLICKERRORPATH="C:\U
Afflictedd2 wrote:
> I'm trying to build a simple program using pthreads, but I get the following
> errors, why?
> g++ -c -g -o "Debug/Pthreads.o" -I/Cygwin/usr/include Pthreads.cpp
^^
Don't do that, for a start. The compiler knows abo
Hi everyone,
I'm trying to build a simple program using pthreads, but I get the following
errors, why?
Any help appreciated.
J
make -f Makefile CFG=Debug
g++ -c -g -o "Debug/Pthreads.o" -I/Cygwin/usr/include Pthreads.cpp
In file included from Pthreads.cpp:10:
/Cygwin/usr/include/pthread.h:7
Hi -
Please be aware of an impending temporary outage machines hosting
gcc.gnu.org, sourceware.org, sources.redhat.com, cygwin.com, and a few
other sites. All email, web, ftp, cvs, git, etc. services will be off
line while the machines are being moved between two colocation
facilities this coming
On Mon, Dec 07, 2009 at 04:46:00PM +0100, Karsten Otto wrote:
>Hi everybody!
>
>I have a question regarding the delivery of signals to pthreads in
>Cygwin (1.7 beta). As an example, please consider the following
>situation (see attached file for source code):
>
>There are two threads, a main thre
On Mon, Dec 07, 2009 at 09:51:44AM +0100, Matthias Andree wrote:
>Am 04.12.2009, 18:34 Uhr, schrieb Hugh Myers :
>
>> Then I don't understand what "disallowed to" means.
>
>Would "disallowed duplicating file descriptors" sound more familiar to a
>native speaker?
>
>(Just wondering, English is als
Hi everybody!
I have a question regarding the delivery of signals to pthreads in
Cygwin (1.7 beta). As an example, please consider the following
situation (see attached file for source code):
There are two threads, a main thread and another one created by the main
thread.
The main registers
Version 1.39-1 of cppcheck has been uploaded, following the upstream release.
cppcheck is a tool for static C/C++ code analysis. It tries to detect
bugs that your C/C++ compiler don't see.
The goal is no false positives.
cppcheck is versatile. You can check non-standard code that includes
variou
Am 04.12.2009, 18:34 Uhr, schrieb Hugh Myers :
Then I don't understand what "disallowed to" means.
Would "disallowed duplicating file descriptors" sound more familiar to a
native speaker?
(Just wondering, English is also only 2nd language for me.)
--
Matthias Andree
--
Problem reports:
24 matches
Mail list logo