Hello,
i'm trying to use shmat specifying an address but each time i got the
error: "invalid argument".
in fact i need to map something just next to something previously mapped
without argument.
is this a limitation of cygserver ?
thanks
--
Unsubscribe info: http://cygwin.com/ml/#
On Aug 12 11:23, bertrand marquis wrote:
> Hello,
>
> i'm trying to use shmat specifying an address but each time i got the
> error: "invalid argument".
> in fact i need to map something just next to something previously mapped
> without argument.
> is this a limitation of cygserver ?
What
Le jeu 12/08/2004 Ã 11:32, Corinna Vinschen a Ãcrit :
> On Aug 12 11:23, bertrand marquis wrote:
> > Hello,
> >
> > i'm trying to use shmat specifying an address but each time i got the
> > error: "invalid argument".
> > in fact i need to map something just next to something previously mapped
#include
#include
#include
#define TAGLIA 415
main()
{
int i, j, k, iran;
unsigned int seed;
float unran;
float mata[TAGLIA][TAGLIA],
matb[TAGLIA][TAGLIA],
matc[TAGLIA][TAGLIA];
srand(seed);
printf("init start...\n");
/* this should init all element
On Aug 12 12:13, bertrand marquis wrote:
> In fact i wasn't using the SHM_RNd flag.
>
> In details here is what i do:
>
> - get a shared segment of with size= SIZE (SIZE multiple of SHMLBA)
> - attach the segment without specifying address and storing the result
> in beginaddress
> - attach the s
did you launch the Windows Shell (using cmd) in your term before starting your
build process ?
Nico
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: h
On Aug 12 12:47, [EMAIL PROTECTED] wrote:
>
> #include
> #include
> #include
>
> #define TAGLIA 415
> main()
> {
>
>int i, j, k, iran;
>unsigned int seed;
>float unran;
>float mata[TAGLIA][TAGLIA],
> matb[TAGLIA][TAGLIA],
> matc[TAGLIA][TAGLIA];
Your l
Hallo user,
Am Donnerstag, 12. August 2004 um 12:47 schriebst du:
> #include
> #include
> #include
> #define TAGLIA 415
> main()
> {
>int i, j, k, iran;
>unsigned int seed;
>float unran;
>float mata[TAGLIA][TAGLIA],
> matb[TAGLIA][TAGLIA],
> matc[TAGL
> -Original Message-
> From: cygwin-owner On Behalf Of user
> Sent: 12 August 2004 11:48
> #define TAGLIA 415
> main()
> {
>
>int i, j, k, iran;
>unsigned int seed;
>float unran;
>float mata[TAGLIA][TAGLIA],
> matb[TAGLIA][TAGLIA],
> matc[TAGLIA][TA
> -Original Message-
> From: cygwin-owner On Behalf Of Reini Urban
> Sent: 11 August 2004 22:29
> Tennis Smith (tennis) schrieb:
> Has anyone written a utility/script that can change the
> name of the PC? I
> > have several _dozen_ PCs that need to be converted to a new naming
> > conv
Hi,
I just upgraded to gcc-3.3.3 which was available from setup. I now get the
following error:
g++: installation problem, cannot exec `gm2l': No such file or directory
make[2]: ***
Any ideas? I updated all packages setup proposed.
Johnny
--
Unsubscribe info: http://cygwin.com/ml/#unsub
Le jeu 12/08/2004 Ã 12:44, Corinna Vinschen a Ãcrit :
> On Aug 12 12:13, bertrand marquis wrote:
> > In fact i wasn't using the SHM_RNd flag.
> >
> > In details here is what i do:
> >
> > - get a shared segment of with size= SIZE (SIZE multiple of SHMLBA)
> > - attach the segment without specifyi
Krzysztof Duleba wrote:
> This is the message I've just received from animate. I guess that it
> should be pretty interesting for the maintainer.
>
>
> assertion "list_info != (LinkedListInfo *) NULL" failed: file
> "/home/harold/ports/ImageMagick/ImageMagick-6.0.3/magick/hashmap.c",
line
> 1033
>
Le jeu 12/08/2004 Ã 14:03, bertrand marquis a Ãcrit :
> Le jeu 12/08/2004 Ã 12:44, Corinna Vinschen a Ãcrit :
> > On Aug 12 12:13, bertrand marquis wrote:
> > > In fact i wasn't using the SHM_RNd flag.
> > >
> > > In details here is what i do:
> > >
> > > - get a shared segment of with size= SIZE
Hi,
Gm2 seems to be the GNU Module 2 compiler, I am linking a C++ program, what
is happening, see http://www.dre.vanderbilt.edu/~willemsenj/CygwinACE/ for
the build output. The top builds with errors are gcc 3.3.3
Johnny
> -Original Message-
> From: Johnny Willemsen [mailto:[EMAIL PROTEC
Le jeu 12/08/2004 Ã 14:19, bertrand marquis a Ãcrit :
> Le jeu 12/08/2004 Ã 14:03, bertrand marquis a Ãcrit :
> > Le jeu 12/08/2004 Ã 12:44, Corinna Vinschen a Ãcrit :
> > > On Aug 12 12:13, bertrand marquis wrote:
> > > > In fact i wasn't using the SHM_RNd flag.
> > > >
> > > > In details here is
Chris,
On Wed, Aug 11, 2004 at 02:53:03PM -0400, Christopher Faylor wrote:
> I've added a line to cygwin which should display the failing hostname
> prior to displaying the winsock error.
>
> Could you retry with either the latest snapshot or the latest cvs? It
> won't fix the problem but it mig
On Aug 12 14:44, bertrand marquis wrote:
> Ok i perhaps find a solution or a beginning of solution:
>
> the getpagesize() function return a value of 4096 for the page size and
> it seems that shmat need the address to be aligned on a multiple of
> SHMLBA (655539), if instead of using getpagesize v
On Aug 12 09:11, Jason Tishler wrote:
> Chris,
>
> On Wed, Aug 11, 2004 at 02:53:03PM -0400, Christopher Faylor wrote:
> > I've added a line to cygwin which should display the failing hostname
> > prior to displaying the winsock error.
> >
> > Could you retry with either the latest snapshot or th
Corinna,
On Thu, Aug 12, 2004 at 03:31:33PM +0200, Corinna Vinschen wrote:
> On Aug 12 09:11, Jason Tishler wrote:
> > I WAG that this problem may have something to due with the
> > setgid/setuid winsock problems that Pierre and I have seen (with
> > exim) before. Unfortunately, the trick of givi
Nicolas Roche wrote, On 8/12/2004 6:46 AM:
did you launch the Windows Shell (using cmd) in your term before starting your
build process ?
Nico
I tried that but it didn't seem to work. Turns out it is a two step
process. You first have to run "cmd" as you say. Then you run a dos bat
file to set
geneSmith wrote, On 8/12/2004 10:10 AM:
Nicolas Roche wrote, On 8/12/2004 6:46 AM:
did you launch the Windows Shell (using cmd) in your term before starting your
build process ?
Nico
I tried that but it didn't seem to work. Turns out it is a two step
process. You first have to run "cmd" as you
OK, thanks for the clarification.
Larry
At 10:59 PM 8/11/2004, you wrote:
>OK, my bad - I did overlook that minor (!) detail in the readme...
>Sometimes things need to be in capital letters and stuck on my breakfast
>plate for me to notice! :)
>
>Thanks again,
>Ken
>
>-Original Message-
At 02:32 AM 8/12/2004, you wrote:
>Christopher Faylor cygwin.com> writes:
>
>>
>> On Sun, Aug 08, 2004 at 02:00:00PM -0700, Yitzchak Scott-Thoennes wrote:
>> >I downloaded and installed
>> >http://cygwin.com/snapshots/cygwin-inst-20040802.tar.bz2
>> >
>> >and was a bit surprised to see that it in
On Aug 12 10:16, Jason Tishler wrote:
> Corinna,
>
> On Thu, Aug 12, 2004 at 03:31:33PM +0200, Corinna Vinschen wrote:
> > On Aug 12 09:11, Jason Tishler wrote:
> > > I WAG that this problem may have something to due with the
> > > setgid/setuid winsock problems that Pierre and I have seen (with
>
Corinna,
On Thu, Aug 12, 2004 at 05:09:37PM +0200, Corinna Vinschen wrote:
> On Aug 12 10:16, Jason Tishler wrote:
> > Good idea -- unfortunately, it didn't help.
>
> Sounds weird perhaps but... what if you change this line in
> .procmailrc:
>
> PATH=/bin
>
> to
>
> PATH=/bin:/cygdrive/c/W
Hi,
I installed the latest version of cygin from the cygwin website. However,
when I try to run it, I get this error message saying:
"Cannot find C:\cygwin\cygwin.bat or one of its components".
I did the installation on another computer and it works perfectly. Both my
machines are running Windows
On 8/12/2004 4:38 AM, Johnny Willemsen wrote:
I just upgraded to gcc-3.3.3 which was available from setup. I now get the
following error:
g++: installation problem, cannot exec `gm2l': No such file or directory
make[2]: ***
I'm seeing the same problem while trying to compile the cygwin DLL from
C
> -Original Message-
> From: cygwin-owner On Behalf Of David Rothenberger
> Sent: 12 August 2004 17:42
> On 8/12/2004 4:38 AM, Johnny Willemsen wrote:
> > I just upgraded to gcc-3.3.3 which was available from
> setup. I now get the
> > following error:
> >
> > g++: installation problem,
> -Original Message-
> From: cygwin-owner On Behalf Of Dave Korn
> Sent: 12 August 2004 17:45
> > -Original Message-
> > From: cygwin-owner On Behalf Of David Rothenberger
> > Sent: 12 August 2004 17:42
>
> > On 8/12/2004 4:38 AM, Johnny Willemsen wrote:
> > > I just upgraded to g
On Aug 12 11:55, Jason Tishler wrote:
> Corinna,
>
> On Thu, Aug 12, 2004 at 05:09:37PM +0200, Corinna Vinschen wrote:
> > On Aug 12 10:16, Jason Tishler wrote:
> > > Good idea -- unfortunately, it didn't help.
> >
> > Sounds weird perhaps but... what if you change this line in
> > .procmailrc:
>
At 12:31 PM 8/12/2004, you wrote:
>Hi,
>I installed the latest version of cygin from the cygwin website. However,
>when I try to run it, I get this error message saying:
>
>"Cannot find C:\cygwin\cygwin.bat or one of its components".
>
>I did the installation on another computer and it works perfec
/usr/share/aclocal/freetype2.m4:8: warning: underquoted
definition of AC_CHECK_FT2
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:848: AC_CONFIG_FILES is expanded
> -Original Message-
> From: cygwin-owner On Behalf Of Larry Hall
> Sent: 12 August 2004 18:11
> At 12:31 PM 8/12/2004, you wrote:
> >Hi,
> >I installed the latest version of cygin from the cygwin
> website. However,
> >when I try to run it, I get this error message saying:
> >
> >"Cannot
Hi,
This is what I did:
1) Downloaded setup.exe from cygwin.com
2) Ran setup, and hit next (for default installation). And stored
downloaded files onto c:\download.
3) Ran setup again, and asked it to install from local directory.
4) Installation got done, it asked me if I wanted a short cut on
On 8/12/2004 9:44 AM, Dave Korn wrote:
You could try forcing the issue by issuing the same command line but
with "-x c++" to convince the driver it isn't a modula file after
all. That might do it.
That did not work for the cygwin DLL build.
On 8/12/2004 9:51 AM, Dave Korn wrote:
I don't build dll
At 01:52 PM 8/12/2004, you wrote:
>Hi,
>This is what I did:
>1) Downloaded setup.exe from cygwin.com
>2) Ran setup, and hit next (for default installation). And stored
> downloaded files onto c:\download.
>3) Ran setup again, and asked it to install from local directory.
>4) Installation got done
>
> So this is not a Cygwin specific problem and therefore, off-topic for this
> list.
> --
apologies. this got posted in reply to the wrong article. I'll add it to the
correct topic.
Peter
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cy
Brian Dessent dessent.net> writes:
>
> Igor Pechtchanski wrote:
>
> > > It could be that if DISPLAY is set before you run ssh -X then ssh won't
> > > change it. Try unsetting DISPLAY first.
> >
> > This is wrong. "ssh -X/-Y" will not enable X11 forwarding *unless*
> > DISPLAY is set in the l
Corinna,
On Thu, Aug 12, 2004 at 07:06:24PM +0200, Corinna Vinschen wrote:
> On Aug 12 11:55, Jason Tishler wrote:
> > BTW, you should be able to reproduce the problem as follows:
> >
> > [snip]
>
> procmail's fault. procmail deletes too much of the environment.
>
> Thou shalt not
[EMAIL PROTECTED] wrote:
> I tried that but it didn't seem to work. Turns out it is a two step
> process. You first have to run "cmd" as you say. Then you run a dos
> bat file to set up the env which seems to complete but unless you type
> "exit" it does not take effect. After typing exit you can r
New News:
===
I have updated the version of procmail to 3.22-9. The tarballs should
be available on a Cygwin mirror near you shortly.
The only notable change from the previous release is following:
o Add SYSTEMROOT to the list of environment variables preserved from
the original e
I'm trying to configure my Cygwin Perl distribution so I can write a
simple script to send email. I installed Mail/Send.pm and
Mail/Mailer.pm, but when I then try a simple script based on the example
in Mail::Send, it says "Can't locate Mail/Mailer/testfile.pm in @INC".
--
Unsubscribe info:
Never mind. Net::SMTP seems more standard.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Karr, David
> Sent: Thursday, August 12, 2004 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: Trying to set up Cygwin Perl script to send simple email
>
>
> I'm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gerrit,
Your ports of gtk2-x11 are also affected by the following problem, as I
found out while trying to build wxGTK2. Would you be able to rebuild
gtk2-x11 to fix this? Thanks!
Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Cygwin)
Comm
I noticed that story on Slashdot -
http://ask.slashdot.org/article.pl?sid=04/08/12/1932246 . May
be of interest for some people (or not).
--
How to contact me - http://www.pervalidus.net/contact.html
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cy
Hello,
With self- built Apache, MySQL, OpenSLL and Mod_SSL I have found an
obscure "bug" in cygwin 1.5.10-3 that is not present in 1.5.9-1.
I am installing clean onto XP Pro (without the default inclusion of
Apache). I am then building OpenSSL, mod_SSL, and Apache from their
sources. I am i
On 13 Aug 2004 at 14:27, Shane wrote:
> Hello,
>
> With Cygwin Core 1.5.9-1 I can successfully connect to a remote mysql
> server from a perl script in both the shell and also from a perl
> script called from a web page. Great!
>
> With Cygwin Core 1.5.10-3 I can *NOT* connect to the remote mys
Johnny writes:
> I just upgraded to gcc-3.3.3 which was available from setup. I now get the
> following error:
> g++: installation problem, cannot exec `gm2l': No such file or directory
> make[2]: ***
> Any ideas? I updated all packages setup proposed.
Yes I saw this myself when building libgl
Hello Dave,
> I noticed in the first example that the g++ command line had a linker/dll
> .def file included as one of the files-to-compile.
> Apparently '.def' is the standard file extension for modula files, I
> guess.
Many thanks for the hint. I believe that is the reason. I saw the
sam
Hello Dave,
> And indeed it seems that we aren't the first to discover this.
> http://floppsie.comp.glam.ac.uk/pipermail/gm2/2004-June.txt
I tried to integrate Modula2 with the Cygwin GCC, but I saw no
problems with the .def files and missed also that gm2l was not
installed.
> I don't build
Hallo Pawel,
Am Donnerstag, 12. August 2004 um 19:35 schriebst du:
> /usr/share/aclocal/freetype2.m4:8: warning: underquoted
> definition of AC_CHECK_FT2
> run info '(automake)Extending aclocal'
> or see
> http://sources.redhat.com/automake/automake.html#Extending%20aclocal
This is just a wa
Hello Yaakov,
> Your ports of gtk2-x11 are also affected by the following problem, as I
> found out while trying to build wxGTK2. Would you be able to rebuild
> gtk2-x11 to fix this? Thanks!
To remove the -export-symbols option and make the DLL to export all
symbols (also the private)? Hmmm, I
Hallo Johnny,
Am Donnerstag, 12. August 2004 um 13:38 schriebst du:
> Hi,
> I just upgraded to gcc-3.3.3 which was available from setup. I now get the
> following error:
> g++: installation problem, cannot exec `gm2l': No such file or directory
> make[2]: ***
> Any ideas? I updated all packag
Hallo Johnny,
Am Donnerstag, 12. August 2004 um 14:19 schriebst du:
> Hi,
> Gm2 seems to be the GNU Module 2 compiler, I am linking a C++ program, what
> is happening, see
> http://www.dre.vanderbilt.edu/~willemsenj/CygwinACE/ for
> the build output. The top builds with errors are gcc 3.3.3
I'm
Hi,
It is a set of perl scripts, you can obtain it from
http://cvs.doc.wustl.edu/, it is the autobuild archive. ACE itself is in the
ACE_wrappers archive.
Regards,
Johnny Willemsen
Remedy IT
Leeghwaterstraat 25
2811 DT Reeuwijk
The Netherlands
www.theaceorb.nl / www.remedy.nl
> > Hi,
>
> >
Hi,
> > I just upgraded to gcc-3.3.3 which was available from
> setup. I now get the
> > following error:
>
> > g++: installation problem, cannot exec `gm2l': No such file
> or directory
> > make[2]: ***
>
> > Any ideas? I updated all packages setup proposed.
>
> As Dave Korn suggested, use
57 matches
Mail list logo