public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* question of library
@ 1999-03-01 23:04 児玉 昌也
       [not found] ` < 199903020655.AA00123@kodama.hht.co.jp >
  1999-03-31 19:45 ` cygwin-unsubscribe
  0 siblings, 2 replies; 6+ messages in thread
From: 児玉 昌也 @ 1999-03-01 23:04 UTC (permalink / raw)
  To: cygwin

Hello.
This is Kodama.

There is a question.

I am using Cygwin32 Beta20.1.
The error occurs at the link. 
They are the following errors. 

     undefined reference to `seed48'
^[$B!!!!^[(B undefined reference to `lrand48'
     undefined reference to `erand48'

Is not there library which includes these functions?

Does Cygwin32-PRO have this library?

Please answer.

Best regards.

-------------------------------------------------------
                                         Masaya Kodama
            1357 OHGA HIJI-MACHI HAYAMI-GUN OITA JAPAN
                                   FAX:+81-977-72-1664
                               E-mail:kodama@hht.co.jp

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

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

* Re: question of library
       [not found] ` < 199903020655.AA00123@kodama.hht.co.jp >
@ 1999-03-01 23:10   ` Mumit Khan
       [not found]     ` < Pine.SUN.3.93.990302010831.13753F-100000@modi.xraylith.wisc.edu >
  1999-03-31 19:45     ` Mumit Khan
  0 siblings, 2 replies; 6+ messages in thread
From: Mumit Khan @ 1999-03-01 23:10 UTC (permalink / raw)
  To: 児玉 昌也; +Cc: cygwin

On Tue, 2 Mar 1999, [ISO-2022-JP] ^[$B;y6L!!>;Li^[(B wrote:

> I am using Cygwin32 Beta20.1.
> The error occurs at the link. 
> They are the following errors. 
> 
>      undefined reference to `seed48'
> ^[$B!!!!^[(B undefined reference to `lrand48'
>      undefined reference to `erand48'

These are not part of ANSI nor POSIX specifications. You can of course
just take these out of the freely available libraries and use them. 
glibc2 has these, so that's one source.

Regards,
Mumit



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

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

* Re: question of library
       [not found]     ` < Pine.SUN.3.93.990302010831.13753F-100000@modi.xraylith.wisc.edu >
@ 1999-03-01 23:23       ` Takeshi YAMADA
  1999-03-31 19:45         ` Takeshi YAMADA
  0 siblings, 1 reply; 6+ messages in thread
From: Takeshi YAMADA @ 1999-03-01 23:23 UTC (permalink / raw)
  To: cygwin; +Cc: kodama

From: Mumit Khan <khan@xraylith.wisc.edu>

> These are not part of ANSI nor POSIX specifications. You can of course
> just take these out of the freely available libraries and use them. 
> glibc2 has these, so that's one source.

It didn't seem straightforward for me to take them out from glibc2.
I found the following drand48.c very useful as another source.

http://www.mit.edu/afs/athena/activity/c/cgs/src/math/drand48/drand48.c

Best wishes,
Takeshi
---
Takeshi YAMADA	<yamada@cslab.kecl.ntt.co.jp>
NTT Communication Science Laboratories
2-4 Hikaridai Seika-cho Soraku-gun Kyoto 619-0237 JAPAN
[PHONE]+81(774)93-5132,[FAX]+81(774)93-5155

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

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

* Re: question of library
  1999-03-01 23:23       ` Takeshi YAMADA
@ 1999-03-31 19:45         ` Takeshi YAMADA
  0 siblings, 0 replies; 6+ messages in thread
From: Takeshi YAMADA @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin; +Cc: kodama

From: Mumit Khan <khan@xraylith.wisc.edu>

> These are not part of ANSI nor POSIX specifications. You can of course
> just take these out of the freely available libraries and use them. 
> glibc2 has these, so that's one source.

It didn't seem straightforward for me to take them out from glibc2.
I found the following drand48.c very useful as another source.

http://www.mit.edu/afs/athena/activity/c/cgs/src/math/drand48/drand48.c

Best wishes,
Takeshi
---
Takeshi YAMADA	<yamada@cslab.kecl.ntt.co.jp>
NTT Communication Science Laboratories
2-4 Hikaridai Seika-cho Soraku-gun Kyoto 619-0237 JAPAN
[PHONE]+81(774)93-5132,[FAX]+81(774)93-5155

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


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

* Re: question of library
  1999-03-01 23:10   ` Mumit Khan
       [not found]     ` < Pine.SUN.3.93.990302010831.13753F-100000@modi.xraylith.wisc.edu >
@ 1999-03-31 19:45     ` Mumit Khan
  1 sibling, 0 replies; 6+ messages in thread
From: Mumit Khan @ 1999-03-31 19:45 UTC (permalink / raw)
  To: egcs; +Cc: cygwin

On Tue, 2 Mar 1999, [ISO-2022-JP] ^[$B;y6L!!>;Li^[(B wrote:

> I am using Cygwin32 Beta20.1.
> The error occurs at the link. 
> They are the following errors. 
> 
>      undefined reference to `seed48'
> ^[$B!!!!^[(B undefined reference to `lrand48'
>      undefined reference to `erand48'

These are not part of ANSI nor POSIX specifications. You can of course
just take these out of the freely available libraries and use them. 
glibc2 has these, so that's one source.

Regards,
Mumit



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


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

* question of library
  1999-03-01 23:04 question of library 児玉 昌也
       [not found] ` < 199903020655.AA00123@kodama.hht.co.jp >
@ 1999-03-31 19:45 ` cygwin-unsubscribe
  1 sibling, 0 replies; 6+ messages in thread
From: cygwin-unsubscribe @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

Hello.
This is Kodama.

There is a question.

I am using Cygwin32 Beta20.1.
The error occurs at the link. 
They are the following errors. 

     undefined reference to `seed48'
^[$B!!!!^[(B undefined reference to `lrand48'
     undefined reference to `erand48'

Is not there library which includes these functions?

Does Cygwin32-PRO have this library?

Please answer.

Best regards.

-------------------------------------------------------
                                         Masaya Kodama
            1357 OHGA HIJI-MACHI HAYAMI-GUN OITA JAPAN
                                   FAX:+81-977-72-1664
                               E-mail:kodama@hht.co.jp

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-01 23:04 question of library 児玉 昌也
     [not found] ` < 199903020655.AA00123@kodama.hht.co.jp >
1999-03-01 23:10   ` Mumit Khan
     [not found]     ` < Pine.SUN.3.93.990302010831.13753F-100000@modi.xraylith.wisc.edu >
1999-03-01 23:23       ` Takeshi YAMADA
1999-03-31 19:45         ` Takeshi YAMADA
1999-03-31 19:45     ` Mumit Khan
1999-03-31 19:45 ` cygwin-unsubscribe

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