On Sat, 2005-10-08 at 23:51 -0400, Igor Pechtchanski wrote:
> FYI (and this is not Cygwin-specific), you can find the exact code run by
> configure (with the exact compile command and the output) in config.log.
> No need to expand the autoconf macros by hand.
As far as I know and see in the log, c
On Sat, 8 Oct 2005, Joost Kraaijeveld wrote:
> The problem is that configure seems to think that there *is* support
> "long double math": the test succeeds and HAVE_ASINL (and all other
> double math) is defined. So both compile and link appear to be succesful
> as far as configure is concerned.
>
Eric Blake byu.net> writes:
>
> I've uploaded a test version of coreutils, 5.90-1. This is a new, unstable
> upstream release, with a number of changes from 5.3.0. In particular, quite
> a few changes have been made upstream in regards to text vs. binary mode, so
> some feedback on this lis
On Oct 8, 2005, at 4:33 PM, tns1 wrote:
Cygwin on WinXP
What version of cygwin are you using?
I am trying to redirect the IO from a terminal app to a serial port.
$terminal_app > /dev/com5
Works but uses the wrong baud rate.
$stty /dev/com5 115200
Does not change the baud: 'unable to perfor
Cygwin on WinXP
I am trying to redirect the IO from a terminal app to a serial port.
$terminal_app > /dev/com5
Works but uses the wrong baud rate.
$stty /dev/com5 115200
Does not change the baud: 'unable to perform all requested operations'.
I have tried many variations on this syntax.
$stty doe
On Sat, 8 Oct 2005, Orfeo Da Via wrote:
> > Try doing this without changing your UID to 18. In fact, is there a
> > reason why you didn't use cron-config in the first place? Why not try
> > removing all traces of the cron service, including the log and pid files,
> > and using cron-config to ins
Joost Kraaijeveld wrote:
On Sat, 2005-10-08 at 07:50 -0700, Tim Prince wrote:
such as the one used in the libstdc++ build itself. Maybe we should
look into how libstdc++ decides it can support asinl() on Cygwin. Did
Actually asinl is a built-in functions provided by GCC, so I
*think/hope*
On Sat, 2005-10-08 at 07:50 -0700, Tim Prince wrote:
> such as the one used in the libstdc++ build itself. Maybe we should
> look into how libstdc++ decides it can support asinl() on Cygwin. Did
Actually asinl is a built-in functions provided by GCC, so I
*think/hope* that it just is a matter o
On Sat, 2005-10-08 at 16:34 +0200, Cygwin wrote:
> You should see in config.log what configure is actually doing.
Not that I can see. The log just shows intersting stuff incase of a
failure and the tests do not fail (which is the problem as they should
fail):
...
configure:7378: checking for infna
Joost Kraaijeveld wrote:
The problem is that configure seems to think that there *is* support
"long double math": the test succeeds and HAVE_ASINL (and all other
double math) is defined. So both compile and link appear to be succesful
as far as configure is concerned.
Before choosing a soluti
On Sat, 2005-10-08 at 06:40 -0700, Tim Prince wrote:
> Maybe you have omitted information, which might explain why you
> discarded some obvious possibilities, but here are some points:
> newlib doesn't include full support for long double math, as you hinted.
The problem is that configure seems t
Joost Kraaijeveld wrote:
Hi,
I am trying to compile MICO, a CRBA implementation. It uses configure
for it's configuration.
Using "AC_CHECK_FUNCS(infnanl isnanl isinfl asinl ldexpl frexpl fabsl
floorl ceill):" in configure.in results in "#define HAVE_ASINL 1" in
config.h
This appears however t
Hi,
I am trying to compile MICO, a CRBA implementation. It uses configure
for it's configuration.
Using "AC_CHECK_FUNCS(infnanl isnanl isinfl asinl ldexpl frexpl fabsl
floorl ceill):" in configure.in results in "#define HAVE_ASINL 1" in
config.h
This appears however to be not true: during the a
Orfeo Da Via wrote:
> $ /usr/bin/cron-config
>
> ...as service? yes
> ...yourself? no
> ...ntsec? yes
> ...start ..service? yes
>
> now:
>
> $ cygrunsrv -L
> cron
>
> $ cygrunsrv -Q cron
> Service : cron
> Display name: Cron daemon
> Current State : Runnin
Hi, Igor
> Try doing this without changing your UID to 18. In fact, is there a
> reason why you didn't use cron-config in the first place? Why not try
> removing all traces of the cron service, including the log and pid files,
> and using cron-config to install cron?
well, I removed all my cro
15 matches
Mail list logo