public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: gnupg-1.0.0 chokes over make
@ 1999-09-30  3:37 varun sharma
  1999-09-30  7:24 ` Richard
  1999-09-30 23:42 ` varun sharma
  0 siblings, 2 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30  3:37 UTC (permalink / raw)
  To: hicklinr, cygwin, gnupg-devel

Thank you Richard. However, after setting up IPC
and GCC 2.95 as Suhaib had suggested make returns 
the follg..

Live child 0x0a047428 PID 10412
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
In file included from rndunix.c:98:
../include/util.h:198: warning: `stricmp' redefined
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/include/string.h:76:
warning: this is the location of the previous
definition
rndunix.c: In function `start_gatherer':
rndunix.c:652: warning: implicit declaration of
function `signal'
rndunix.c:652: `SIG_DFL' undeclared (first use in this
function)
rndunix.c:652: (Each undeclared identifier is reported
only once
rndunix.c:652: for each function it appears in.)
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a047428 PID 10412
Reaping losing child 0x0a047428 PID 10412
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a047428 PID 10412 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399f8 PID 10401
Reaping losing child 0x0a0399f8 PID 10401
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399f8 PID 10401 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d2b0 PID 10399
Reaping losing child 0x0a03d2b0 PID 10399
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d2b0 PID 10399 from chain.

Is it related to not having /dev/random ?
- varun

--- Richard <hicklinr@mcd.alcatel.be> wrote:
> > You also need to install IPC for Cygwin.  Do a
> search on
> > mail archive you will fine a uRL.  I do not
> remember it.
> 
> http://www.multione.capgemini.fr/tools/pack_ipc/
> 
> I believe it has it's limitations though.
> Works okay here.
> 
> 



__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30  3:37 gnupg-1.0.0 chokes over make varun sharma
@ 1999-09-30  7:24 ` Richard
  1999-09-30 23:42   ` Richard
  1999-09-30 23:42 ` varun sharma
  1 sibling, 1 reply; 24+ messages in thread
From: Richard @ 1999-09-30  7:24 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel

> Thank you Richard. However, after setting up IPC
> and GCC 2.95 as Suhaib had suggested make returns
> the follg..

> rndunix.c:652: warning: implicit declaration of
> function `signal'
> rndunix.c:652: `SIG_DFL' undeclared (first use in this
> function)

If I recall, not all signal functionality is there, or not in all it's manifestations.  You should be able to get
around it using, er ... sigaction?


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30  3:37 gnupg-1.0.0 chokes over make varun sharma
  1999-09-30  7:24 ` Richard
@ 1999-09-30 23:42 ` varun sharma
  1 sibling, 0 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 23:42 UTC (permalink / raw)
  To: hicklinr, cygwin, gnupg-devel

Thank you Richard. However, after setting up IPC
and GCC 2.95 as Suhaib had suggested make returns 
the follg..

Live child 0x0a047428 PID 10412
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
In file included from rndunix.c:98:
../include/util.h:198: warning: `stricmp' redefined
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/include/string.h:76:
warning: this is the location of the previous
definition
rndunix.c: In function `start_gatherer':
rndunix.c:652: warning: implicit declaration of
function `signal'
rndunix.c:652: `SIG_DFL' undeclared (first use in this
function)
rndunix.c:652: (Each undeclared identifier is reported
only once
rndunix.c:652: for each function it appears in.)
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a047428 PID 10412
Reaping losing child 0x0a047428 PID 10412
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a047428 PID 10412 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399f8 PID 10401
Reaping losing child 0x0a0399f8 PID 10401
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399f8 PID 10401 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d2b0 PID 10399
Reaping losing child 0x0a03d2b0 PID 10399
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d2b0 PID 10399 from chain.

Is it related to not having /dev/random ?
- varun

--- Richard <hicklinr@mcd.alcatel.be> wrote:
> > You also need to install IPC for Cygwin.  Do a
> search on
> > mail archive you will fine a uRL.  I do not
> remember it.
> 
> http://www.multione.capgemini.fr/tools/pack_ipc/
> 
> I believe it has it's limitations though.
> Works okay here.
> 
> 



__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30  7:24 ` Richard
@ 1999-09-30 23:42   ` Richard
  0 siblings, 0 replies; 24+ messages in thread
From: Richard @ 1999-09-30 23:42 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel

> Thank you Richard. However, after setting up IPC
> and GCC 2.95 as Suhaib had suggested make returns
> the follg..

> rndunix.c:652: warning: implicit declaration of
> function `signal'
> rndunix.c:652: `SIG_DFL' undeclared (first use in this
> function)

If I recall, not all signal functionality is there, or not in all it's manifestations.  You should be able to get
around it using, er ... sigaction?


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-10-01  2:55 ` Werner Koch
@ 1999-10-31 19:54   ` Werner Koch
  0 siblings, 0 replies; 24+ messages in thread
From: Werner Koch @ 1999-10-31 19:54 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel, tommy.reynolds

varun sharma <varshar@yahoo.com> writes:

> In the cipher/rndunix.c, modify #include<sys/signal.h>
> to <signal.h>. Comment out the sys/ipc.h & sys/shm.h
> includes.

You can't use the rndunix stuff on a Windows machine.  Remember that
Cygwin only emulates a Unix environment and I have strong doubts that
you get good entropy without using the "real" Windows[NT].

>     But Werner, I do need gnupg on cygwin instead of 
>     Win32..

Can you explain why and whether it is possible for you to call native
MS-Windows functions?



-- 
Werner Koch at guug.de           www.gnupg.org           keyid 621CC013


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30 18:09 varun sharma
  1999-09-30 23:42 ` varun sharma
@ 1999-10-01  2:55 ` Werner Koch
  1999-10-31 19:54   ` Werner Koch
  1 sibling, 1 reply; 24+ messages in thread
From: Werner Koch @ 1999-10-01  2:55 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel, tommy.reynolds

varun sharma <varshar@yahoo.com> writes:

> In the cipher/rndunix.c, modify #include<sys/signal.h>
> to <signal.h>. Comment out the sys/ipc.h & sys/shm.h
> includes.

You can't use the rndunix stuff on a Windows machine.  Remember that
Cygwin only emulates a Unix environment and I have strong doubts that
you get good entropy without using the "real" Windows[NT].

>     But Werner, I do need gnupg on cygwin instead of 
>     Win32..

Can you explain why and whether it is possible for you to call native
MS-Windows functions?



-- 
Werner Koch at guug.de           www.gnupg.org           keyid 621CC013


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-29 16:24 ` Anand Kumria
@ 1999-09-30 23:42   ` Anand Kumria
  0 siblings, 0 replies; 24+ messages in thread
From: Anand Kumria @ 1999-09-30 23:42 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel

On Tue, 28 Sep 1999, varun sharma wrote:

> Hi,
> 
> I've been trying to port gnupg on a cygwin-b20.1+NTSP5
> box via ./configure --target=i386-cygwin32
> --disable-nls
> 
> 
> Any assistance would be greatly appreciated.
> 

Try including the `--disable-asm' option to configure as well.

Anand.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-30  1:18 varun sharma
@ 1999-09-30 23:42 ` varun sharma
  0 siblings, 0 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: ssiddiqi

Thanks Suhaib, but no dice. I'm now using GCC 2.95 and

the ipc-daemon - from
http://dods.jpl.nasa.gov/WinPort/binaries/cygwinB20IPC.tar.gz
- is running.

make returns the follg..

Live child 0x0a047428 PID 10412
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
In file included from rndunix.c:98:
../include/util.h:198: warning: `stricmp' redefined
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/include/string.h:76:
warning: this is the location of the previous
definition
rndunix.c: In function `start_gatherer':
rndunix.c:652: warning: implicit declaration of
function `signal'
rndunix.c:652: `SIG_DFL' undeclared (first use in this
function)
rndunix.c:652: (Each undeclared identifier is reported
only once
rndunix.c:652: for each function it appears in.)
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a047428 PID 10412
Reaping losing child 0x0a047428 PID 10412
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a047428 PID 10412 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399f8 PID 10401
Reaping losing child 0x0a0399f8 PID 10401
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399f8 PID 10401 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d2b0 PID 10399
Reaping losing child 0x0a03d2b0 PID 10399
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d2b0 PID 10399 from chain.

Is it related to not having /dev/random ?
- varun

--- "Suhaib M. Siddiqi" <ssiddiqi@ipass.net> wrote:
> 
> maybe time to install GCC 2.95?  Are you using gcc
> from 
> B20.1 stock?
> 
> You also need to install IPC for Cygwin.  Do a
> search on
> mail archive you will fine a uRL.  I do not remember
> it.
> 
> Suhaib
> 
> 

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30 10:10 ` Mumit Khan
@ 1999-09-30 23:42   ` Mumit Khan
  0 siblings, 0 replies; 24+ messages in thread
From: Mumit Khan @ 1999-09-30 23:42 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, g10, bob

varun sharma <varshar@yahoo.com> writes:
> Hi,
> 
> I've been trying to port gnupg on a cygwin-b20.1+NTSP5
> box via ./configure --target=i386-cygwin32
> --disable-nls
> 
> However, make fails with the follg..
> 
> -------------- start -----------------
> 
> blah..
> echo timestamp > g10m.lo
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I../include    -g -O2 -Wall -Wcast-align
> -Wshadow -Wstrict-prototypes  -c mpih-mul1.s
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2
> -Wall -Wcast-align -Wshadow -Wstrict-prototypes -c

The problem has to do with case-insensitivity of the file system and
that screws up the auto-detection of the language for gcc. If you look
at the configure steps, you'll notice that these files are linked and
have .S extension (which means assembler that needs to be run through
pre-preprocessor first). However, on win32, gcc sees .s instead and
doesn't run the preprocessor, and you get rubbish error messages.

The trick to add a new rule that pre-processes files with either .s
or .S extension on win32. Or, pass `-x assembler-with-cpp' to gcc
when compiling these .s files.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-30  2:17   ` Richard
  1999-09-30  4:02     ` Suhaib Siddiqi
@ 1999-09-30 23:42     ` Richard
  1 sibling, 0 replies; 24+ messages in thread
From: Richard @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin; +Cc: varun sharma, gnupg-devel, wildfire

> You also need to install IPC for Cygwin.  Do a search on
> mail archive you will fine a uRL.  I do not remember it.

http://www.multione.capgemini.fr/tools/pack_ipc/

I believe it has it's limitations though.
Works okay here.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-29 17:20 varun sharma
  1999-09-29 17:27 ` Suhaib M. Siddiqi
@ 1999-09-30 23:42 ` varun sharma
  1 sibling, 0 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: wildfire

Thanks Anand.
I incanted ./configure --target=i586-pc-cygwin
--disable-nls --disable-asm with make -d.
Now make croaks with..

            Trying pattern rule with stem `rndunix.w'.
            Trying implicit dependency
`SCCS/s.rndunix.w'.
           No implicit rule found for `rndunix.c'.
           Finished dependencies of target file
`rndunix.c'.
          No need to remake target `rndunix.c'.
         Finished dependencies of target file
`rndunix.lo'.
        Must remake target `rndunix.lo'.
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I../include -I../intl    -g -O2 -Wall
-Wcast-align -Wshadow -Wstrict-prototypes -c rndunix.c
Putting child 0x0a0472a8 PID 20775 on the chain.
Live child 0x0a0472a8 PID 20775
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
rndunix.c:72: sys/ipc.h: No such file or directory
rndunix.c:82: sys/shm.h: No such file or directory
In file included from rndunix.c:98:
..\include\util.h:198: warning: `stricmp' redefined
E:\cygnus\CYGWIN~1\H-I586~1\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\..\..\..\..\i586-cygwin32\include\string.h:76:
warning: this is the location of the previous
definition
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0472a8 PID 20775
Reaping losing child 0x0a0472a8 PID 20775
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a0472a8 PID 20775 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a039880 PID 20766
Reaping losing child 0x0a039880 PID 20766
make[1]: *** [all-recursive] Error 1
Removing child 0x0a039880 PID 20766 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d138 PID 20764
Reaping losing child 0x0a03d138 PID 20764
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d138 PID 20764 from chain.

Quid ?
- varun

--- Anand Kumria <wildfire@progsoc.uts.edu.au> wrote:
> Date:   Thu, 30 Sep 1999 09:23:44 +1000 (EST)
> From:   Anand Kumria <wildfire@progsoc.uts.edu.au>
> Reply-to: Anand Kumria <akumria@acm.org>
> To:     varun sharma <varshar@yahoo.com>
> CC:     cygwin@sourceware.cygnus.com,
> gnupg-devel@gnupg.org
> Subject: Re: gnupg-1.0.0 chokes over make
> 
> On Tue, 28 Sep 1999, varun sharma wrote:
> 
> > Hi,
> > 
> > I've been trying to port gnupg on a
> cygwin-b20.1+NTSP5
> > box via ./configure --target=i386-cygwin32
> > --disable-nls
> > 
> > 
> > Any assistance would be greatly appreciated.
> > 
> 
> Try including the `--disable-asm' option to
> configure as well.
> 
> Anand.
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-30  4:02     ` Suhaib Siddiqi
@ 1999-09-30 23:42       ` Suhaib Siddiqi
  0 siblings, 0 replies; 24+ messages in thread
From: Suhaib Siddiqi @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Richard, cygwin; +Cc: varun sharma, gnupg-devel, wildfire

>
> > You also need to install IPC for Cygwin.  Do a search on
> > mail archive you will fine a uRL.  I do not remember it.
>
> http://www.multione.capgemini.fr/tools/pack_ipc/
>
> I believe it has it's limitations though.
> Works okay here.
>
>

Yes it does have its limitations.  One things, the sys/shm.h should
have
#include <sys/ipc.h>, which takes care of few problems, like shm_get
not implimented.
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* gnupg-1.0.0 chokes over make
  1999-09-28 23:55 varun sharma
  1999-09-29 16:24 ` Anand Kumria
  1999-09-30 10:10 ` Mumit Khan
@ 1999-09-30 23:42 ` varun sharma
  2 siblings, 0 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin, g10; +Cc: bob

Hi,

I've been trying to port gnupg on a cygwin-b20.1+NTSP5
box via ./configure --target=i386-cygwin32
--disable-nls

However, make fails with the follg..

-------------- start -----------------

blah..
echo timestamp > g10m.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I../include    -g -O2 -Wall -Wcast-align
-Wshadow -Wstrict-prototypes  -c mpih-mul1.s
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2
-Wall -Wcast-align -Wshadow -Wstrict-prototypes -c
mpih-mul1.s -o mpih-mul1.o
mpih-mul1.s: Assembler messages:
mpih-mul1.s:49: Error: no such 386 instruction: `text'
mpih-mul1.s:50: Error: no such 386 instruction: `align
(3)'
mpih-mul1.s:51: Error: no such 386 instruction: `globl
C_SYMBOL_NAME(mpihelp_mul_1)'
mpih-mul1.s:52: Error: invalid character '_' in opcode
blah..
mpih-mul1.s:67: Error: invalid character '(' in opcode
mpih-mul1.s:68: Error: no such 386 instruction: `align
(3)'
mpih-mul1.s:70: Error: invalid character '(' in opcode
blah..
mpih-mul1.s:84: Error: invalid character '(' in opcode
make[2]: *** [mpih-mul1.lo] Error 1
rm mpih-mul1.s
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
[27]

-------------- end -----------------

Any assistance would be greatly appreciated.

Regards,
- varun


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-29 17:27 ` Suhaib M. Siddiqi
  1999-09-30  2:17   ` Richard
@ 1999-09-30 23:42   ` Suhaib M. Siddiqi
  1 sibling, 0 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-09-30 23:42 UTC (permalink / raw)
  To: varun sharma, cygwin, gnupg-devel; +Cc: wildfire

maybe time to install GCC 2.95?  Are you using gcc from 
B20.1 stock?

You also need to install IPC for Cygwin.  Do a search on
mail archive you will fine a uRL.  I do not remember it.

Suhaib


> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of varun sharma
> Sent: Wednesday, September 29, 1999 8:21 PM
> To: cygwin@sourceware.cygnus.com; gnupg-devel@gnupg.org
> Cc: wildfire@progsoc.uts.edu.au
> Subject: Re: gnupg-1.0.0 chokes over make
> 
> 
> Thanks Anand.
> I incanted ./configure --target=i586-pc-cygwin
> --disable-nls --disable-asm with make -d.
> Now make croaks with..
> 
>             Trying pattern rule with stem `rndunix.w'.
>             Trying implicit dependency
> `SCCS/s.rndunix.w'.
>            No implicit rule found for `rndunix.c'.
>            Finished dependencies of target file
> `rndunix.c'.
>           No need to remake target `rndunix.c'.
>          Finished dependencies of target file
> `rndunix.lo'.
>         Must remake target `rndunix.lo'.
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I../include -I../intl    -g -O2 -Wall
> -Wcast-align -Wshadow -Wstrict-prototypes -c rndunix.c
> Putting child 0x0a0472a8 PID 20775 on the chain.
> Live child 0x0a0472a8 PID 20775
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
> -I../intl -g -O2 -Wall -Wcast-align -Wshadow
> -Wstrict-prototypes -c rndunix.c -o rndunix.o
> rndunix.c:72: sys/ipc.h: No such file or directory
> rndunix.c:82: sys/shm.h: No such file or directory
> In file included from rndunix.c:98:
> ..\include\util.h:198: warning: `stricmp' redefined
> E:\cygnus\CYGWIN~1\H-I586~1\bin\..\lib\gcc-lib\i586-cygwin32\egcs-
> 2.91.57\..\..\..\..\i586-cygwin32\include\string.h:76:
> warning: this is the location of the previous
> definition
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a0472a8 PID 20775
> Reaping losing child 0x0a0472a8 PID 20775
> make[2]: *** [rndunix.lo] Error 1
> Removing child 0x0a0472a8 PID 20775 from chain.
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a039880 PID 20766
> Reaping losing child 0x0a039880 PID 20766
> make[1]: *** [all-recursive] Error 1
> Removing child 0x0a039880 PID 20766 from chain.
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a03d138 PID 20764
> Reaping losing child 0x0a03d138 PID 20764
> make: *** [all-recursive-am] Error 2
> Removing child 0x0a03d138 PID 20764 from chain.
> 
> Quid ?
> - varun
> 
> --- Anand Kumria <wildfire@progsoc.uts.edu.au> wrote:
> > Date:   Thu, 30 Sep 1999 09:23:44 +1000 (EST)
> > From:   Anand Kumria <wildfire@progsoc.uts.edu.au>
> > Reply-to: Anand Kumria <akumria@acm.org>
> > To:     varun sharma <varshar@yahoo.com>
> > CC:     cygwin@sourceware.cygnus.com,
> > gnupg-devel@gnupg.org
> > Subject: Re: gnupg-1.0.0 chokes over make
> > 
> > On Tue, 28 Sep 1999, varun sharma wrote:
> > 
> > > Hi,
> > > 
> > > I've been trying to port gnupg on a
> > cygwin-b20.1+NTSP5
> > > box via ./configure --target=i386-cygwin32
> > > --disable-nls
> > > 
> > > 
> > > Any assistance would be greatly appreciated.
> > > 
> > 
> > Try including the `--disable-asm' option to
> > configure as well.
> > 
> > Anand.
> > 
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-30 18:09 varun sharma
@ 1999-09-30 23:42 ` varun sharma
  1999-10-01  2:55 ` Werner Koch
  1 sibling, 0 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: tommy.reynolds

I'm with you Bob. Now getting an undefined 
"WinMain@16" myself :-)

Just an summary of the results so far..
(1)
The gnupg-1.0.0 port to cygwin-b20.1 needs GCC 2.95-
19990728 from Mumit, cygwin32_ipc-1.03 from 
http://www.multione.capgemini.fr/tools/pack_ipc or
http://dods.jpl.nasa.gov/WinPort/DodsPort.html .
(2)
In the cipher/rndunix.c, modify #include<sys/signal.h>
to <signal.h>. Comment out the sys/ipc.h & sys/shm.h
includes.
(3)
Then ./configure --target=i586-pc-cygwin --disable-asm
--disable-nls --disable-shared. Define HAVE_STRICMP in

the configure-generated config.h. Finally, make -d 
gets us to the "WinMain@16" errmsg below..

---------- start --------------

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl    -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -DIS_MODULE -shared -fPIC
Putting child 0x0a04b918 PID 17941 on the chain.
Live child 0x0a04b918 PID 17941
gcc: unrecognized option `-shared'
cc1.exe: warning: -fPIC ignored for target (all code
is position independent)
D:\TEMP/cckaoaaa.o: In function `open_device':
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:83:
undefined reference to `g10_log_fatal'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:85:
undefined reference to `g10_log_fatal'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:87:
undefined reference to `g10_log_fatal'
D:\TEMP/cckaoaaa.o: In function `gather_random':
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:155:
undefined reference to `g10_log_error'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:160:
undefined reference to `g10_log_fatal'
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/lib/libcygwin.a(libcmain.o):
In function `main':
/home/noer/src/b20/comp-tools/devo/winsup/libcmain.cc:38:
undefined reference to `WinMain@16'
collect2: ld returned 1 exit status
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a04b918 PID 17941
Reaping losing child 0x0a04b918 PID 17941
make[2]: *** [rndlinux] Error 1
Removing child 0x0a04b918 PID 17941 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399e0 PID 14219
Reaping losing child 0x0a0399e0 PID 14219
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399e0 PID 14219 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a039870 PID 14217
Reaping losing child 0x0a039870 PID 14217
make: *** [all-recursive-am] Error 2
Removing child 0x0a039870 PID 14217 from chain.

---------- end --------------

Mumit? This seems like something you would know..

Regards,
- varun

PS: I feel really bad for pissing off Werner Koch.
    But Werner, I do need gnupg on cygwin instead of 
    Win32..

--- TOMMY REYNOLDS <tommy.reynolds@adtran.com> wrote:
> Using Mumit Khan's GCC-2.95, I've gotten further. 
> Take out the include of
> "sys/ipc.h" and "sys/shm.h" from "rndunix.c": they
> appear to be fossils,
> unused by any code.  Define "HAS_STRICMP" in
> "config.h".  Add
> "--disable-shared" to the configure.
> 
> Everything compiles, but building the library fails
> because of an unresolved
> "WinMain@16" external.  I haven't solved that one.

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
@ 1999-09-30 18:09 varun sharma
  1999-09-30 23:42 ` varun sharma
  1999-10-01  2:55 ` Werner Koch
  0 siblings, 2 replies; 24+ messages in thread
From: varun sharma @ 1999-09-30 18:09 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: tommy.reynolds

I'm with you Bob. Now getting an undefined 
"WinMain@16" myself :-)

Just an summary of the results so far..
(1)
The gnupg-1.0.0 port to cygwin-b20.1 needs GCC 2.95-
19990728 from Mumit, cygwin32_ipc-1.03 from 
http://www.multione.capgemini.fr/tools/pack_ipc or
http://dods.jpl.nasa.gov/WinPort/DodsPort.html .
(2)
In the cipher/rndunix.c, modify #include<sys/signal.h>
to <signal.h>. Comment out the sys/ipc.h & sys/shm.h
includes.
(3)
Then ./configure --target=i586-pc-cygwin --disable-asm
--disable-nls --disable-shared. Define HAVE_STRICMP in

the configure-generated config.h. Finally, make -d 
gets us to the "WinMain@16" errmsg below..

---------- start --------------

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl    -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -DIS_MODULE -shared -fPIC
Putting child 0x0a04b918 PID 17941 on the chain.
Live child 0x0a04b918 PID 17941
gcc: unrecognized option `-shared'
cc1.exe: warning: -fPIC ignored for target (all code
is position independent)
D:\TEMP/cckaoaaa.o: In function `open_device':
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:83:
undefined reference to `g10_log_fatal'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:85:
undefined reference to `g10_log_fatal'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:87:
undefined reference to `g10_log_fatal'
D:\TEMP/cckaoaaa.o: In function `gather_random':
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:155:
undefined reference to `g10_log_error'
/varun/src/gnupg-1.0.0/cipher/./rndlinux.c:160:
undefined reference to `g10_log_fatal'
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/lib/libcygwin.a(libcmain.o):
In function `main':
/home/noer/src/b20/comp-tools/devo/winsup/libcmain.cc:38:
undefined reference to `WinMain@16'
collect2: ld returned 1 exit status
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a04b918 PID 17941
Reaping losing child 0x0a04b918 PID 17941
make[2]: *** [rndlinux] Error 1
Removing child 0x0a04b918 PID 17941 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399e0 PID 14219
Reaping losing child 0x0a0399e0 PID 14219
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399e0 PID 14219 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a039870 PID 14217
Reaping losing child 0x0a039870 PID 14217
make: *** [all-recursive-am] Error 2
Removing child 0x0a039870 PID 14217 from chain.

---------- end --------------

Mumit? This seems like something you would know..

Regards,
- varun

PS: I feel really bad for pissing off Werner Koch.
    But Werner, I do need gnupg on cygwin instead of 
    Win32..

--- TOMMY REYNOLDS <tommy.reynolds@adtran.com> wrote:
> Using Mumit Khan's GCC-2.95, I've gotten further. 
> Take out the include of
> "sys/ipc.h" and "sys/shm.h" from "rndunix.c": they
> appear to be fossils,
> unused by any code.  Define "HAS_STRICMP" in
> "config.h".  Add
> "--disable-shared" to the configure.
> 
> Everything compiles, but building the library fails
> because of an unresolved
> "WinMain@16" external.  I haven't solved that one.

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-28 23:55 varun sharma
  1999-09-29 16:24 ` Anand Kumria
@ 1999-09-30 10:10 ` Mumit Khan
  1999-09-30 23:42   ` Mumit Khan
  1999-09-30 23:42 ` varun sharma
  2 siblings, 1 reply; 24+ messages in thread
From: Mumit Khan @ 1999-09-30 10:10 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, g10, bob

varun sharma <varshar@yahoo.com> writes:
> Hi,
> 
> I've been trying to port gnupg on a cygwin-b20.1+NTSP5
> box via ./configure --target=i386-cygwin32
> --disable-nls
> 
> However, make fails with the follg..
> 
> -------------- start -----------------
> 
> blah..
> echo timestamp > g10m.lo
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I../include    -g -O2 -Wall -Wcast-align
> -Wshadow -Wstrict-prototypes  -c mpih-mul1.s
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2
> -Wall -Wcast-align -Wshadow -Wstrict-prototypes -c

The problem has to do with case-insensitivity of the file system and
that screws up the auto-detection of the language for gcc. If you look
at the configure steps, you'll notice that these files are linked and
have .S extension (which means assembler that needs to be run through
pre-preprocessor first). However, on win32, gcc sees .s instead and
doesn't run the preprocessor, and you get rubbish error messages.

The trick to add a new rule that pre-processes files with either .s
or .S extension on win32. Or, pass `-x assembler-with-cpp' to gcc
when compiling these .s files.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-30  2:17   ` Richard
@ 1999-09-30  4:02     ` Suhaib Siddiqi
  1999-09-30 23:42       ` Suhaib Siddiqi
  1999-09-30 23:42     ` Richard
  1 sibling, 1 reply; 24+ messages in thread
From: Suhaib Siddiqi @ 1999-09-30  4:02 UTC (permalink / raw)
  To: Richard, cygwin; +Cc: varun sharma, gnupg-devel, wildfire

>
> > You also need to install IPC for Cygwin.  Do a search on
> > mail archive you will fine a uRL.  I do not remember it.
>
> http://www.multione.capgemini.fr/tools/pack_ipc/
>
> I believe it has it's limitations though.
> Works okay here.
>
>

Yes it does have its limitations.  One things, the sys/shm.h should
have
#include <sys/ipc.h>, which takes care of few problems, like shm_get
not implimented.
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-29 17:27 ` Suhaib M. Siddiqi
@ 1999-09-30  2:17   ` Richard
  1999-09-30  4:02     ` Suhaib Siddiqi
  1999-09-30 23:42     ` Richard
  1999-09-30 23:42   ` Suhaib M. Siddiqi
  1 sibling, 2 replies; 24+ messages in thread
From: Richard @ 1999-09-30  2:17 UTC (permalink / raw)
  To: cygwin; +Cc: varun sharma, gnupg-devel, wildfire

> You also need to install IPC for Cygwin.  Do a search on
> mail archive you will fine a uRL.  I do not remember it.

http://www.multione.capgemini.fr/tools/pack_ipc/

I believe it has it's limitations though.
Works okay here.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
@ 1999-09-30  1:18 varun sharma
  1999-09-30 23:42 ` varun sharma
  0 siblings, 1 reply; 24+ messages in thread
From: varun sharma @ 1999-09-30  1:18 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: ssiddiqi

Thanks Suhaib, but no dice. I'm now using GCC 2.95 and

the ipc-daemon - from
http://dods.jpl.nasa.gov/WinPort/binaries/cygwinB20IPC.tar.gz
- is running.

make returns the follg..

Live child 0x0a047428 PID 10412
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
In file included from rndunix.c:98:
../include/util.h:198: warning: `stricmp' redefined
/cygnus/CYGWIN~1/H-I586~1/bin/../lib/gcc-lib/i586-cygwin32/2.95/../../../../i586-cygwin32/include/string.h:76:
warning: this is the location of the previous
definition
rndunix.c: In function `start_gatherer':
rndunix.c:652: warning: implicit declaration of
function `signal'
rndunix.c:652: `SIG_DFL' undeclared (first use in this
function)
rndunix.c:652: (Each undeclared identifier is reported
only once
rndunix.c:652: for each function it appears in.)
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a047428 PID 10412
Reaping losing child 0x0a047428 PID 10412
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a047428 PID 10412 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0399f8 PID 10401
Reaping losing child 0x0a0399f8 PID 10401
make[1]: *** [all-recursive] Error 1
Removing child 0x0a0399f8 PID 10401 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d2b0 PID 10399
Reaping losing child 0x0a03d2b0 PID 10399
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d2b0 PID 10399 from chain.

Is it related to not having /dev/random ?
- varun

--- "Suhaib M. Siddiqi" <ssiddiqi@ipass.net> wrote:
> 
> maybe time to install GCC 2.95?  Are you using gcc
> from 
> B20.1 stock?
> 
> You also need to install IPC for Cygwin.  Do a
> search on
> mail archive you will fine a uRL.  I do not remember
> it.
> 
> Suhaib
> 
> 

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: gnupg-1.0.0 chokes over make
  1999-09-29 17:20 varun sharma
@ 1999-09-29 17:27 ` Suhaib M. Siddiqi
  1999-09-30  2:17   ` Richard
  1999-09-30 23:42   ` Suhaib M. Siddiqi
  1999-09-30 23:42 ` varun sharma
  1 sibling, 2 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-09-29 17:27 UTC (permalink / raw)
  To: varun sharma, cygwin, gnupg-devel; +Cc: wildfire

maybe time to install GCC 2.95?  Are you using gcc from 
B20.1 stock?

You also need to install IPC for Cygwin.  Do a search on
mail archive you will fine a uRL.  I do not remember it.

Suhaib


> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of varun sharma
> Sent: Wednesday, September 29, 1999 8:21 PM
> To: cygwin@sourceware.cygnus.com; gnupg-devel@gnupg.org
> Cc: wildfire@progsoc.uts.edu.au
> Subject: Re: gnupg-1.0.0 chokes over make
> 
> 
> Thanks Anand.
> I incanted ./configure --target=i586-pc-cygwin
> --disable-nls --disable-asm with make -d.
> Now make croaks with..
> 
>             Trying pattern rule with stem `rndunix.w'.
>             Trying implicit dependency
> `SCCS/s.rndunix.w'.
>            No implicit rule found for `rndunix.c'.
>            Finished dependencies of target file
> `rndunix.c'.
>           No need to remake target `rndunix.c'.
>          Finished dependencies of target file
> `rndunix.lo'.
>         Must remake target `rndunix.lo'.
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I../include -I../intl    -g -O2 -Wall
> -Wcast-align -Wshadow -Wstrict-prototypes -c rndunix.c
> Putting child 0x0a0472a8 PID 20775 on the chain.
> Live child 0x0a0472a8 PID 20775
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
> -I../intl -g -O2 -Wall -Wcast-align -Wshadow
> -Wstrict-prototypes -c rndunix.c -o rndunix.o
> rndunix.c:72: sys/ipc.h: No such file or directory
> rndunix.c:82: sys/shm.h: No such file or directory
> In file included from rndunix.c:98:
> ..\include\util.h:198: warning: `stricmp' redefined
> E:\cygnus\CYGWIN~1\H-I586~1\bin\..\lib\gcc-lib\i586-cygwin32\egcs-
> 2.91.57\..\..\..\..\i586-cygwin32\include\string.h:76:
> warning: this is the location of the previous
> definition
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a0472a8 PID 20775
> Reaping losing child 0x0a0472a8 PID 20775
> make[2]: *** [rndunix.lo] Error 1
> Removing child 0x0a0472a8 PID 20775 from chain.
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a039880 PID 20766
> Reaping losing child 0x0a039880 PID 20766
> make[1]: *** [all-recursive] Error 1
> Removing child 0x0a039880 PID 20766 from chain.
> Got a SIGCHLD; 1 unreaped children.
> Live child 0x0a03d138 PID 20764
> Reaping losing child 0x0a03d138 PID 20764
> make: *** [all-recursive-am] Error 2
> Removing child 0x0a03d138 PID 20764 from chain.
> 
> Quid ?
> - varun
> 
> --- Anand Kumria <wildfire@progsoc.uts.edu.au> wrote:
> > Date:   Thu, 30 Sep 1999 09:23:44 +1000 (EST)
> > From:   Anand Kumria <wildfire@progsoc.uts.edu.au>
> > Reply-to: Anand Kumria <akumria@acm.org>
> > To:     varun sharma <varshar@yahoo.com>
> > CC:     cygwin@sourceware.cygnus.com,
> > gnupg-devel@gnupg.org
> > Subject: Re: gnupg-1.0.0 chokes over make
> > 
> > On Tue, 28 Sep 1999, varun sharma wrote:
> > 
> > > Hi,
> > > 
> > > I've been trying to port gnupg on a
> > cygwin-b20.1+NTSP5
> > > box via ./configure --target=i386-cygwin32
> > > --disable-nls
> > > 
> > > 
> > > Any assistance would be greatly appreciated.
> > > 
> > 
> > Try including the `--disable-asm' option to
> > configure as well.
> > 
> > Anand.
> > 
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
@ 1999-09-29 17:20 varun sharma
  1999-09-29 17:27 ` Suhaib M. Siddiqi
  1999-09-30 23:42 ` varun sharma
  0 siblings, 2 replies; 24+ messages in thread
From: varun sharma @ 1999-09-29 17:20 UTC (permalink / raw)
  To: cygwin, gnupg-devel; +Cc: wildfire

Thanks Anand.
I incanted ./configure --target=i586-pc-cygwin
--disable-nls --disable-asm with make -d.
Now make croaks with..

            Trying pattern rule with stem `rndunix.w'.
            Trying implicit dependency
`SCCS/s.rndunix.w'.
           No implicit rule found for `rndunix.c'.
           Finished dependencies of target file
`rndunix.c'.
          No need to remake target `rndunix.c'.
         Finished dependencies of target file
`rndunix.lo'.
        Must remake target `rndunix.lo'.
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I../include -I../intl    -g -O2 -Wall
-Wcast-align -Wshadow -Wstrict-prototypes -c rndunix.c
Putting child 0x0a0472a8 PID 20775 on the chain.
Live child 0x0a0472a8 PID 20775
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../intl -g -O2 -Wall -Wcast-align -Wshadow
-Wstrict-prototypes -c rndunix.c -o rndunix.o
rndunix.c:72: sys/ipc.h: No such file or directory
rndunix.c:82: sys/shm.h: No such file or directory
In file included from rndunix.c:98:
..\include\util.h:198: warning: `stricmp' redefined
E:\cygnus\CYGWIN~1\H-I586~1\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\..\..\..\..\i586-cygwin32\include\string.h:76:
warning: this is the location of the previous
definition
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a0472a8 PID 20775
Reaping losing child 0x0a0472a8 PID 20775
make[2]: *** [rndunix.lo] Error 1
Removing child 0x0a0472a8 PID 20775 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a039880 PID 20766
Reaping losing child 0x0a039880 PID 20766
make[1]: *** [all-recursive] Error 1
Removing child 0x0a039880 PID 20766 from chain.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0a03d138 PID 20764
Reaping losing child 0x0a03d138 PID 20764
make: *** [all-recursive-am] Error 2
Removing child 0x0a03d138 PID 20764 from chain.

Quid ?
- varun

--- Anand Kumria <wildfire@progsoc.uts.edu.au> wrote:
> Date:   Thu, 30 Sep 1999 09:23:44 +1000 (EST)
> From:   Anand Kumria <wildfire@progsoc.uts.edu.au>
> Reply-to: Anand Kumria <akumria@acm.org>
> To:     varun sharma <varshar@yahoo.com>
> CC:     cygwin@sourceware.cygnus.com,
> gnupg-devel@gnupg.org
> Subject: Re: gnupg-1.0.0 chokes over make
> 
> On Tue, 28 Sep 1999, varun sharma wrote:
> 
> > Hi,
> > 
> > I've been trying to port gnupg on a
> cygwin-b20.1+NTSP5
> > box via ./configure --target=i386-cygwin32
> > --disable-nls
> > 
> > 
> > Any assistance would be greatly appreciated.
> > 
> 
> Try including the `--disable-asm' option to
> configure as well.
> 
> Anand.
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: gnupg-1.0.0 chokes over make
  1999-09-28 23:55 varun sharma
@ 1999-09-29 16:24 ` Anand Kumria
  1999-09-30 23:42   ` Anand Kumria
  1999-09-30 10:10 ` Mumit Khan
  1999-09-30 23:42 ` varun sharma
  2 siblings, 1 reply; 24+ messages in thread
From: Anand Kumria @ 1999-09-29 16:24 UTC (permalink / raw)
  To: varun sharma; +Cc: cygwin, gnupg-devel

On Tue, 28 Sep 1999, varun sharma wrote:

> Hi,
> 
> I've been trying to port gnupg on a cygwin-b20.1+NTSP5
> box via ./configure --target=i386-cygwin32
> --disable-nls
> 
> 
> Any assistance would be greatly appreciated.
> 

Try including the `--disable-asm' option to configure as well.

Anand.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

* gnupg-1.0.0 chokes over make
@ 1999-09-28 23:55 varun sharma
  1999-09-29 16:24 ` Anand Kumria
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: varun sharma @ 1999-09-28 23:55 UTC (permalink / raw)
  To: cygwin, g10; +Cc: bob

Hi,

I've been trying to port gnupg on a cygwin-b20.1+NTSP5
box via ./configure --target=i386-cygwin32
--disable-nls

However, make fails with the follg..

-------------- start -----------------

blah..
echo timestamp > g10m.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I../include    -g -O2 -Wall -Wcast-align
-Wshadow -Wstrict-prototypes  -c mpih-mul1.s
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2
-Wall -Wcast-align -Wshadow -Wstrict-prototypes -c
mpih-mul1.s -o mpih-mul1.o
mpih-mul1.s: Assembler messages:
mpih-mul1.s:49: Error: no such 386 instruction: `text'
mpih-mul1.s:50: Error: no such 386 instruction: `align
(3)'
mpih-mul1.s:51: Error: no such 386 instruction: `globl
C_SYMBOL_NAME(mpihelp_mul_1)'
mpih-mul1.s:52: Error: invalid character '_' in opcode
blah..
mpih-mul1.s:67: Error: invalid character '(' in opcode
mpih-mul1.s:68: Error: no such 386 instruction: `align
(3)'
mpih-mul1.s:70: Error: invalid character '(' in opcode
blah..
mpih-mul1.s:84: Error: invalid character '(' in opcode
make[2]: *** [mpih-mul1.lo] Error 1
rm mpih-mul1.s
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
[27]

-------------- end -----------------

Any assistance would be greatly appreciated.

Regards,
- varun


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~1999-10-31 19:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-30  3:37 gnupg-1.0.0 chokes over make varun sharma
1999-09-30  7:24 ` Richard
1999-09-30 23:42   ` Richard
1999-09-30 23:42 ` varun sharma
  -- strict thread matches above, loose matches on Subject: below --
1999-09-30 18:09 varun sharma
1999-09-30 23:42 ` varun sharma
1999-10-01  2:55 ` Werner Koch
1999-10-31 19:54   ` Werner Koch
1999-09-30  1:18 varun sharma
1999-09-30 23:42 ` varun sharma
1999-09-29 17:20 varun sharma
1999-09-29 17:27 ` Suhaib M. Siddiqi
1999-09-30  2:17   ` Richard
1999-09-30  4:02     ` Suhaib Siddiqi
1999-09-30 23:42       ` Suhaib Siddiqi
1999-09-30 23:42     ` Richard
1999-09-30 23:42   ` Suhaib M. Siddiqi
1999-09-30 23:42 ` varun sharma
1999-09-28 23:55 varun sharma
1999-09-29 16:24 ` Anand Kumria
1999-09-30 23:42   ` Anand Kumria
1999-09-30 10:10 ` Mumit Khan
1999-09-30 23:42   ` Mumit Khan
1999-09-30 23:42 ` varun sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).