I have already installed MySQL 5.0.51 (full version, for windows) and CYGWIN of
course. When running my job I get the message: “There\'s no devel libraries for
MySQL or ODBC”
Apparently I need to install these development libraries for mysql, to be used
under CYGWIN, but I am having trouble fi
I don't understand why you wouldn't just use samp.sh unchanged from
Unix without changing it to a .bat file and use either product the way
it was designed without SFU with cygwin binaries or vice versa.
But, unless this is just a simple PATH environment variable problem, i'm
sorry, but we're reall
On Mon, Jun 02, 2008 at 04:41:17PM +0200, Reini Urban wrote:
> I thought I'll improve the rebase logic by adding some fixed base
> addresses and space to certain apps
> (bash, perl, python, rest) to be able to properly rebase the culprit
> packages in advance.
I'm not sure how I feel about the abo
Brian,
i figured out that not only do i need to compile against the
no-cygwin flag but also link to it as well. so i tried to add the -Wl
option like this:
g++ -mno-cygwin -D__int64="long long" -W1-mno-cygwin -shared -I
"C:\Apps\Java\jdk1.6.0_05\include" -I
"C:\Apps\Java\jdk1.6.0_05\include\win3
C S wrote on 03 June 2008 14:25:
> Brian,
>
> i figured out that not only do i need to compile against the
> no-cygwin flag but also link to it as well. so i tried to add the -Wl
> option like this:
>
> g++ -mno-cygwin -D__int64="long long" -W1-mno-cygwin
Ah, there's your problem. You type
my whole command line script is:
g++ -mno-cygwin -D__int64="long long" -Wl,-mno-cygwin -shared -I
"C:\Apps\Java\jdk1.6.0_05\include" -I
"C:\Apps\Java\jdk1.6.0_05\include\win32" -I "C:\Users\me\My
Documents\shapefiles\shapelib-1.2.10\shapelib-1.2.10" -I
"C:\Users\me\My Documents\shapefiles\shapelib
I'm setting up cron for cygwin on 7 servers. I've done 2 servers with few
problems, however, on the 3rd on I'm running into a problem in which cron
processes do not run. I've done a bit of research and I've found the problem
to be the following in the cronbug.txt file:
/usr/sbin/cron: PID 450
Dave - sorry i forgot to ask was there anything that i could try to
get rid of those few undefined reference errors? thanks!!
On Tue, Jun 3, 2008 at 8:49 AM, C S <[EMAIL PROTECTED]> wrote:
> my whole command line script is:
>
> g++ -mno-cygwin -D__int64="long long" -Wl,-mno-cygwin -shared -I
> "C:
===
More info: I echoed the shell and path variables. The
shell is not set to /bin/bash, but to /bin/sh. Neither
are the cygwin required directories prepended to the
windows directories, just the windows path.:
bash-3.2$ echo $SHELL
/bin/sh
bash-3.2$ echo $path
b
With my recent attempt and ultimate success at compiling a debug
version of Cygwin - I realize I must have stumbled on the new 1.7
version and subsequently tripped over the new /etc/fstab. Now that I
have all of this working I wonder if there is a way on the new fstab to
dictate that a drive l
I'm trying to set up cygwin sshd on two hosts which are members of the
same domain. One server is Windows 2003, the other is 2003 R2.
Briefly, the problem is that after installing cygwin on both, I can run
"ssh-host-config" on either one, and sshd will work. However, when I
try to set up ssh
11 matches
Mail list logo