public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-1.1.2
@ 1999-03-20 18:17 Axel Liljencrantz
  1999-03-31 23:46 ` egcs-1.1.2 Axel Liljencrantz
  0 siblings, 1 reply; 16+ messages in thread
From: Axel Liljencrantz @ 1999-03-20 18:17 UTC (permalink / raw)
  To: egcs

config.guess outputs
i686-pc-linux-gnu
I sucsessfully installed egcs-1.1.2 on SuSE 6.0

/Axel Liljencrantz

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

* egcs-1.1.2
  1999-03-20 18:17 egcs-1.1.2 Axel Liljencrantz
@ 1999-03-31 23:46 ` Axel Liljencrantz
  0 siblings, 0 replies; 16+ messages in thread
From: Axel Liljencrantz @ 1999-03-31 23:46 UTC (permalink / raw)
  To: egcs

config.guess outputs
i686-pc-linux-gnu
I sucsessfully installed egcs-1.1.2 on SuSE 6.0

/Axel Liljencrantz


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

* Re: EGCS-1.1.2
  1999-04-21  6:23 ` EGCS-1.1.2 Martin Kahlert
@ 1999-04-30 23:15   ` Martin Kahlert
  0 siblings, 0 replies; 16+ messages in thread
From: Martin Kahlert @ 1999-04-30 23:15 UTC (permalink / raw)
  To: STAFFAN RINGBOM; +Cc: egcs

Quoting STAFFAN RINGBOM (ringbom@shh.fi):
> Dear developers,
> 
> I've just downloaded egcs-1.1.2. for win95
> (with mingw32)
> 
> Problems:
> 1. NO libm !!!
>   That means that those programs that used
>   to run with the compiling switch -lm is not compiled!!!!
>   Found a meaningless libm.a !<archive>.
>   (The DJGPP compiler has libm!)
>   Use frequently some of the functions included in 
>   gcc:s math.h as "external C". 
> Q: Are you workning on the port of libm to egcs.
>    If not is it easily avalilable for egcs for win32 from any
>    other source?? 
libm.a isn't needed on mingw32. Be sure to not delete the stub
you have. My one contains only this:
!<arch>
but i think i read something, that an empty one would do it, too.
It must be present to allow the -lm switch, but the functions
are exported by other libs. (libc?)

libm.a has nothing to do with the compiler itself. It's a system
library, your os should provide. So the egcs-team won't provide
any libm.a. (mingw32 does and provides a lot of other libs, 
which were converted from the MS versions somehow, i think.)

Bye,
Martin.

-- 
Your mouse has moved. Windows must be restarted for the change
to take effect. Reboot now?

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

* EGCS-1.1.2
  1999-04-21  5:32 EGCS-1.1.2 STAFFAN RINGBOM
  1999-04-21  6:23 ` EGCS-1.1.2 Martin Kahlert
  1999-04-21  8:41 ` EGCS-1.1.2 Mumit Khan
@ 1999-04-30 23:15 ` STAFFAN RINGBOM
  2 siblings, 0 replies; 16+ messages in thread
From: STAFFAN RINGBOM @ 1999-04-30 23:15 UTC (permalink / raw)
  To: egcs

Dear developers,

I've just downloaded egcs-1.1.2. for win95
(with mingw32)

Problems:
1. NO libm !!!
  That means that those programs that used
  to run with the compiling switch -lm is not compiled!!!!
  Found a meaningless libm.a !<archive>.
  (The DJGPP compiler has libm!)
  Use frequently some of the functions included in 
  gcc:s math.h as "external C". 
Q: Are you workning on the port of libm to egcs.
   If not is it easily avalilable for egcs for win32 from any
   other source?? 

best regards,
Dr Staffan Ringbom
Swedish School of Economics and Business Administration
PO Box 479
FIN-00101 Helsinki

Visiting adress:
Arkadiagatan 22
FIN-00100 Helsinki

Phone +358-9-4313 3416
Fax   +358-9-4313 3382
E-mail Staffan.Ringbom@shh.fi

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

* Re: EGCS-1.1.2
  1999-04-21  8:41 ` EGCS-1.1.2 Mumit Khan
@ 1999-04-30 23:15   ` Mumit Khan
  0 siblings, 0 replies; 16+ messages in thread
From: Mumit Khan @ 1999-04-30 23:15 UTC (permalink / raw)
  To: STAFFAN RINGBOM; +Cc: egcs

On Wed, 21 Apr 1999, STAFFAN RINGBOM wrote:

> I've just downloaded egcs-1.1.2. for win95
> (with mingw32)
> 
> Problems:
> 1. NO libm !!!
>   That means that those programs that used
>   to run with the compiling switch -lm is not compiled!!!!
>   Found a meaningless libm.a !<archive>.
>   (The DJGPP compiler has libm!)
>   Use frequently some of the functions included in 
>   gcc:s math.h as "external C". 

Somehow the dummy libm.a is corrupted (some of the unizp programs have
a nasty tendency of trying to guess text vs binary and screws up files).

For now, you can do the following:
  
  $ cd /egcs-1.1.2/i386-mingw32/lib
  $ rm libm.a
  $ ar crv libm.a
  $ ranlib libm.a

I usually include a dummy.c file with a static dummy integer in it,
but that's not required.

> Q: Are you workning on the port of libm to egcs.
>    If not is it easily avalilable for egcs for win32 from any
>    other source?? 

No need. All the math libraries are already included via the import
library (crtdll or msvcrt).

Regards,
Mumit



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

* Re: EGCS-1.1.2
  1999-04-21  5:32 EGCS-1.1.2 STAFFAN RINGBOM
  1999-04-21  6:23 ` EGCS-1.1.2 Martin Kahlert
@ 1999-04-21  8:41 ` Mumit Khan
  1999-04-30 23:15   ` EGCS-1.1.2 Mumit Khan
  1999-04-30 23:15 ` EGCS-1.1.2 STAFFAN RINGBOM
  2 siblings, 1 reply; 16+ messages in thread
From: Mumit Khan @ 1999-04-21  8:41 UTC (permalink / raw)
  To: STAFFAN RINGBOM; +Cc: egcs

On Wed, 21 Apr 1999, STAFFAN RINGBOM wrote:

> I've just downloaded egcs-1.1.2. for win95
> (with mingw32)
> 
> Problems:
> 1. NO libm !!!
>   That means that those programs that used
>   to run with the compiling switch -lm is not compiled!!!!
>   Found a meaningless libm.a !<archive>.
>   (The DJGPP compiler has libm!)
>   Use frequently some of the functions included in 
>   gcc:s math.h as "external C". 

Somehow the dummy libm.a is corrupted (some of the unizp programs have
a nasty tendency of trying to guess text vs binary and screws up files).

For now, you can do the following:
  
  $ cd /egcs-1.1.2/i386-mingw32/lib
  $ rm libm.a
  $ ar crv libm.a
  $ ranlib libm.a

I usually include a dummy.c file with a static dummy integer in it,
but that's not required.

> Q: Are you workning on the port of libm to egcs.
>    If not is it easily avalilable for egcs for win32 from any
>    other source?? 

No need. All the math libraries are already included via the import
library (crtdll or msvcrt).

Regards,
Mumit


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

* Re: EGCS-1.1.2
  1999-04-21  5:32 EGCS-1.1.2 STAFFAN RINGBOM
@ 1999-04-21  6:23 ` Martin Kahlert
  1999-04-30 23:15   ` EGCS-1.1.2 Martin Kahlert
  1999-04-21  8:41 ` EGCS-1.1.2 Mumit Khan
  1999-04-30 23:15 ` EGCS-1.1.2 STAFFAN RINGBOM
  2 siblings, 1 reply; 16+ messages in thread
From: Martin Kahlert @ 1999-04-21  6:23 UTC (permalink / raw)
  To: STAFFAN RINGBOM; +Cc: egcs

Quoting STAFFAN RINGBOM (ringbom@shh.fi):
> Dear developers,
> 
> I've just downloaded egcs-1.1.2. for win95
> (with mingw32)
> 
> Problems:
> 1. NO libm !!!
>   That means that those programs that used
>   to run with the compiling switch -lm is not compiled!!!!
>   Found a meaningless libm.a !<archive>.
>   (The DJGPP compiler has libm!)
>   Use frequently some of the functions included in 
>   gcc:s math.h as "external C". 
> Q: Are you workning on the port of libm to egcs.
>    If not is it easily avalilable for egcs for win32 from any
>    other source?? 
libm.a isn't needed on mingw32. Be sure to not delete the stub
you have. My one contains only this:
!<arch>
but i think i read something, that an empty one would do it, too.
It must be present to allow the -lm switch, but the functions
are exported by other libs. (libc?)

libm.a has nothing to do with the compiler itself. It's a system
library, your os should provide. So the egcs-team won't provide
any libm.a. (mingw32 does and provides a lot of other libs, 
which were converted from the MS versions somehow, i think.)

Bye,
Martin.

-- 
Your mouse has moved. Windows must be restarted for the change
to take effect. Reboot now?

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

* EGCS-1.1.2
@ 1999-04-21  5:32 STAFFAN RINGBOM
  1999-04-21  6:23 ` EGCS-1.1.2 Martin Kahlert
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: STAFFAN RINGBOM @ 1999-04-21  5:32 UTC (permalink / raw)
  To: egcs

Dear developers,

I've just downloaded egcs-1.1.2. for win95
(with mingw32)

Problems:
1. NO libm !!!
  That means that those programs that used
  to run with the compiling switch -lm is not compiled!!!!
  Found a meaningless libm.a !<archive>.
  (The DJGPP compiler has libm!)
  Use frequently some of the functions included in 
  gcc:s math.h as "external C". 
Q: Are you workning on the port of libm to egcs.
   If not is it easily avalilable for egcs for win32 from any
   other source?? 

best regards,
Dr Staffan Ringbom
Swedish School of Economics and Business Administration
PO Box 479
FIN-00101 Helsinki

Visiting adress:
Arkadiagatan 22
FIN-00100 Helsinki

Phone +358-9-4313 3416
Fax   +358-9-4313 3382
E-mail Staffan.Ringbom@shh.fi

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

* Re: egcs-1.1.2
  1999-03-16  1:41   ` egcs-1.1.2 Alex Buell (Home)
@ 1999-03-31 23:46     ` Alex Buell (Home)
  0 siblings, 0 replies; 16+ messages in thread
From: Alex Buell (Home) @ 1999-03-31 23:46 UTC (permalink / raw)
  To: egcs

On Mon, 15 Mar 1999, Jeffrey A Law wrote:

> ps.  Even with the limits on non-mirror ftp access, the full
> egcs-1.1.2 distribution has been downloaded nearly 300 times today.

Argh!! Haven't those people heard of patch?! *sigh* No wonder the internet
sucks. 

Cheers,
Alex
--
 /_/\  Legalise cannabis now! 
( o.o ) Grow some cannabis today!
 > ^ <  Peace, Love, Unity and Respect to all.

http://www.tahallah.demon.co.uk - Now back in the United Kingdom!







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

* Re: egcs-1.1.2
  1999-03-16  8:50   ` egcs-1.1.2 espie
       [not found]     ` < 19990316165016.18613.qmail@quatramaran.ens.fr >
@ 1999-03-31 23:46     ` espie
  1 sibling, 0 replies; 16+ messages in thread
From: espie @ 1999-03-31 23:46 UTC (permalink / raw)
  To: law; +Cc: egcs

In article < 9342.921562234@hurl.cygnus.com > you write:
>
>I put egcs-1.1.2 on the ftp server late last night.  About half of the
>50 or so mirrors have picked up the code.

Isn't there a patch from 1.1.2-pre3 somewhere ? Just to give a simple way
for people to check what changed in between...

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

* Re: egcs-1.1.2
  1999-03-16 18:44       ` egcs-1.1.2 Jeffrey A Law
@ 1999-03-31 23:46         ` Jeffrey A Law
  0 siblings, 0 replies; 16+ messages in thread
From: Jeffrey A Law @ 1999-03-31 23:46 UTC (permalink / raw)
  To: espie; +Cc: egcs

  In message < 19990316165016.18613.qmail@quatramaran.ens.fr >you write:
  > In article < 9342.921562234@hurl.cygnus.com > you write:
  > >
  > >I put egcs-1.1.2 on the ftp server late last night.  About half of the
  > >50 or so mirrors have picked up the code.
  > 
  > Isn't there a patch from 1.1.2-pre3 somewhere ? Just to give a simple way
  > for people to check what changed in between...
Look in the prerelease directory.  It's been there since the 1.1.2 tarballs
where added to the release directory.

jeff

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

* egcs-1.1.2
  1999-03-15 21:30 egcs-1.1.2 Jeffrey A Law
       [not found] ` < 9342.921562234@hurl.cygnus.com >
@ 1999-03-31 23:46 ` Jeffrey A Law
  1 sibling, 0 replies; 16+ messages in thread
From: Jeffrey A Law @ 1999-03-31 23:46 UTC (permalink / raw)
  To: egcs

I put egcs-1.1.2 on the ftp server late last night.  About half of the
50 or so mirrors have picked up the code.

The ftp server allows unlimited connections from our mirror sites, but 
(short term) allows only a few non-mirror ftp connections.  

Hopefully the bulk of the outstanding mirror sites will pick up the code
tonight.

jeff

ps.  Even with the limits on non-mirror ftp access, the full egcs-1.1.2
distribution has been downloaded nearly 300 times today.




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

* Re: egcs-1.1.2
       [not found]     ` < 19990316165016.18613.qmail@quatramaran.ens.fr >
@ 1999-03-16 18:44       ` Jeffrey A Law
  1999-03-31 23:46         ` egcs-1.1.2 Jeffrey A Law
  0 siblings, 1 reply; 16+ messages in thread
From: Jeffrey A Law @ 1999-03-16 18:44 UTC (permalink / raw)
  To: espie; +Cc: egcs

  In message < 19990316165016.18613.qmail@quatramaran.ens.fr >you write:
  > In article < 9342.921562234@hurl.cygnus.com > you write:
  > >
  > >I put egcs-1.1.2 on the ftp server late last night.  About half of the
  > >50 or so mirrors have picked up the code.
  > 
  > Isn't there a patch from 1.1.2-pre3 somewhere ? Just to give a simple way
  > for people to check what changed in between...
Look in the prerelease directory.  It's been there since the 1.1.2 tarballs
where added to the release directory.

jeff

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

* Re: egcs-1.1.2
       [not found] ` < 9342.921562234@hurl.cygnus.com >
  1999-03-16  1:41   ` egcs-1.1.2 Alex Buell (Home)
@ 1999-03-16  8:50   ` espie
       [not found]     ` < 19990316165016.18613.qmail@quatramaran.ens.fr >
  1999-03-31 23:46     ` egcs-1.1.2 espie
  1 sibling, 2 replies; 16+ messages in thread
From: espie @ 1999-03-16  8:50 UTC (permalink / raw)
  To: law; +Cc: egcs

In article < 9342.921562234@hurl.cygnus.com > you write:
>
>I put egcs-1.1.2 on the ftp server late last night.  About half of the
>50 or so mirrors have picked up the code.

Isn't there a patch from 1.1.2-pre3 somewhere ? Just to give a simple way
for people to check what changed in between...

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

* Re: egcs-1.1.2
       [not found] ` < 9342.921562234@hurl.cygnus.com >
@ 1999-03-16  1:41   ` Alex Buell (Home)
  1999-03-31 23:46     ` egcs-1.1.2 Alex Buell (Home)
  1999-03-16  8:50   ` egcs-1.1.2 espie
  1 sibling, 1 reply; 16+ messages in thread
From: Alex Buell (Home) @ 1999-03-16  1:41 UTC (permalink / raw)
  To: egcs

On Mon, 15 Mar 1999, Jeffrey A Law wrote:

> ps.  Even with the limits on non-mirror ftp access, the full
> egcs-1.1.2 distribution has been downloaded nearly 300 times today.

Argh!! Haven't those people heard of patch?! *sigh* No wonder the internet
sucks. 

Cheers,
Alex
--
 /_/\  Legalise cannabis now! 
( o.o ) Grow some cannabis today!
 > ^ <  Peace, Love, Unity and Respect to all.

http://www.tahallah.demon.co.uk - Now back in the United Kingdom!






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

* egcs-1.1.2
@ 1999-03-15 21:30 Jeffrey A Law
       [not found] ` < 9342.921562234@hurl.cygnus.com >
  1999-03-31 23:46 ` egcs-1.1.2 Jeffrey A Law
  0 siblings, 2 replies; 16+ messages in thread
From: Jeffrey A Law @ 1999-03-15 21:30 UTC (permalink / raw)
  To: egcs

I put egcs-1.1.2 on the ftp server late last night.  About half of the
50 or so mirrors have picked up the code.

The ftp server allows unlimited connections from our mirror sites, but 
(short term) allows only a few non-mirror ftp connections.  

Hopefully the bulk of the outstanding mirror sites will pick up the code
tonight.

jeff

ps.  Even with the limits on non-mirror ftp access, the full egcs-1.1.2
distribution has been downloaded nearly 300 times today.



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

end of thread, other threads:[~1999-04-30 23:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-20 18:17 egcs-1.1.2 Axel Liljencrantz
1999-03-31 23:46 ` egcs-1.1.2 Axel Liljencrantz
  -- strict thread matches above, loose matches on Subject: below --
1999-04-21  5:32 EGCS-1.1.2 STAFFAN RINGBOM
1999-04-21  6:23 ` EGCS-1.1.2 Martin Kahlert
1999-04-30 23:15   ` EGCS-1.1.2 Martin Kahlert
1999-04-21  8:41 ` EGCS-1.1.2 Mumit Khan
1999-04-30 23:15   ` EGCS-1.1.2 Mumit Khan
1999-04-30 23:15 ` EGCS-1.1.2 STAFFAN RINGBOM
1999-03-15 21:30 egcs-1.1.2 Jeffrey A Law
     [not found] ` < 9342.921562234@hurl.cygnus.com >
1999-03-16  1:41   ` egcs-1.1.2 Alex Buell (Home)
1999-03-31 23:46     ` egcs-1.1.2 Alex Buell (Home)
1999-03-16  8:50   ` egcs-1.1.2 espie
     [not found]     ` < 19990316165016.18613.qmail@quatramaran.ens.fr >
1999-03-16 18:44       ` egcs-1.1.2 Jeffrey A Law
1999-03-31 23:46         ` egcs-1.1.2 Jeffrey A Law
1999-03-31 23:46     ` egcs-1.1.2 espie
1999-03-31 23:46 ` egcs-1.1.2 Jeffrey A Law

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).