Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #1280 > unrolled thread
| Started by | wpb <w.blatchley@yahoo.com> |
|---|---|
| First post | 2012-01-11 05:47 -0800 |
| Last post | 2012-01-11 13:59 +0000 |
| Articles | 8 — 3 participants |
Back to article view | Back to comp.sys.acorn.programmer
ansilib - reality or myth? wpb <w.blatchley@yahoo.com> - 2012-01-11 05:47 -0800
Re: ansilib - reality or myth? Martin Wuerthner <spamtrap@mw-software.com> - 2012-01-11 15:11 +0100
Re: ansilib - reality or myth? wpb <w.blatchley@yahoo.com> - 2012-01-11 06:34 -0800
Re: ansilib - reality or myth? Martin Wuerthner <spamtrap@mw-software.com> - 2012-01-11 17:20 +0100
Re: ansilib - reality or myth? wpb <w.blatchley@yahoo.com> - 2012-01-12 05:52 -0800
Re: ansilib - reality or myth? Martin Wuerthner <spamtrap@mw-software.com> - 2012-01-12 17:48 +0100
Re: ansilib - reality or myth? wpb <w.blatchley@yahoo.com> - 2012-01-12 11:09 -0800
Re: ansilib - reality or myth? Chris Johnson <chrisjohnson+news@spamcop.net> - 2012-01-11 13:59 +0000
| From | wpb <w.blatchley@yahoo.com> |
|---|---|
| Date | 2012-01-11 05:47 -0800 |
| Subject | ansilib - reality or myth? |
| Message-ID | <194fc68b-4e82-45ed-b964-c9f9e661b071@n39g2000yqh.googlegroups.com> |
Is it possible - using Norcroft - to statically link the ANSI C library, thus removing dependency on the SharedCLibrary, as implied in the very old Acorn manuals? TIA
[toc] | [next] | [standalone]
| From | Martin Wuerthner <spamtrap@mw-software.com> |
|---|---|
| Date | 2012-01-11 15:11 +0100 |
| Message-ID | <700ae94f52.martin@bach.planiverse.com> |
| In reply to | #1280 |
In message <194fc68b-4e82-45ed-b964-c9f9e661b071@n39g2000yqh.googlegro
ups.com>
wpb <w.blatchley@yahoo.com> wrote:
> Is it possible - using Norcroft - to statically link the ANSI C
> library, thus removing dependency on the SharedCLibrary, as implied in
> the very old Acorn manuals?
In principle yes, but this is not such a good idea nowadays since
ansilib has not been kept up to date. You would be far better off
using UnixLib, which provides a superset of ansilib's functionality
and is under active development.
--
Martin
---------------------------------------------------------------------
Martin Wuerthner MW Software http://www.mw-software.com/
RISC OS Software for Design, Printing and Publishing
---------------------------------------------------------------------
[toc] | [prev] | [next] | [standalone]
| From | wpb <w.blatchley@yahoo.com> |
|---|---|
| Date | 2012-01-11 06:34 -0800 |
| Message-ID | <258ef5d1-84cd-4b7c-ac65-ab1b9ae931af@r16g2000yqi.googlegroups.com> |
| In reply to | #1281 |
Thanks, Martin. Duly noted about UnixLib. This is more an "out of interest" question, than a genuine usage scenario. Do you know where one can find ansilib? Is it only available as part of old versions of Norcroft?
[toc] | [prev] | [next] | [standalone]
| From | Martin Wuerthner <spamtrap@mw-software.com> |
|---|---|
| Date | 2012-01-11 17:20 +0100 |
| Message-ID | <3bd5f44f52.martin@bach.planiverse.com> |
| In reply to | #1282 |
In message <258ef5d1-84cd-4b7c-ac65-ab1b9ae931af@r16g2000yqi.googlegro
ups.com>
wpb <w.blatchley@yahoo.com> wrote:
> Thanks, Martin. Duly noted about UnixLib. This is more an "out of
> interest" question, than a genuine usage scenario. Do you know where
> one can find ansilib? Is it only available as part of old versions of
> Norcroft?
You should find ansilib in Libraries.CLib.o in your Norcroft
distribution, even in recent ones. Mine is dated Oct 2010, so things
are not as bad as I implied. That said, ansilib has been deprecated
for quite some time.
--
Martin
---------------------------------------------------------------------
Martin Wuerthner MW Software http://www.mw-software.com/
RISC OS Software for Design, Printing and Publishing
---------------------------------------------------------------------
[toc] | [prev] | [next] | [standalone]
| From | wpb <w.blatchley@yahoo.com> |
|---|---|
| Date | 2012-01-12 05:52 -0800 |
| Message-ID | <a54079be-fb38-4e4b-9f35-8af0d6c7d619@f1g2000yqi.googlegroups.com> |
| In reply to | #1284 |
On Jan 11, 5:20 pm, Martin Wuerthner <spamt...@mw-software.com> wrote: > You should find ansilib in Libraries.CLib.o in your Norcroft > distribution, even in recent ones. Mine is dated Oct 2010, so things > are not as bad as I implied. That said, ansilib has been deprecated > for quite some time. > > -- > Martin I'm sure I looked in there. But unless the Filer's lying to me, it looks like I missed it first time. Thanks! When you say yours is dated Oct 2010, are you going from the date stamp on the file? Or do library files have a date in them? I also have an "ansilibm" file. Could anyone enlighten me as to what that is/does? Thanks, WPB
[toc] | [prev] | [next] | [standalone]
| From | Martin Wuerthner <spamtrap@mw-software.com> |
|---|---|
| Date | 2012-01-12 17:48 +0100 |
| Message-ID | <603d7b5052.martin@bach.planiverse.com> |
| In reply to | #1291 |
In message <a54079be-fb38-4e4b-9f35-8af0d6c7d619@f1g2000yqi.googlegrou
ps.com>
wpb <w.blatchley@yahoo.com> wrote:
> On Jan 11, 5:20 pm, Martin Wuerthner <spamt...@mw-software.com> wrote:
>> You should find ansilib in Libraries.CLib.o in your Norcroft
>> distribution, even in recent ones. Mine is dated Oct 2010, so things
>> are not as bad as I implied. That said, ansilib has been deprecated
>> for quite some time.
> I'm sure I looked in there. But unless the Filer's lying to me, it
> looks like I missed it first time. Thanks!
> When you say yours is dated Oct 2010, are you going from the date
> stamp on the file? Or do library files have a date in them?
I was referring to the date stamp.
> I also have an "ansilibm" file. Could anyone enlighten me as to what
> that is/does?
It was compiled with settings suitable for module code, following the
common naming convention: For RISC OS library files the suffix "m"
denotes module code.
--
Martin
---------------------------------------------------------------------
Martin Wuerthner MW Software http://www.mw-software.com/
RISC OS Software for Design, Printing and Publishing
---------------------------------------------------------------------
[toc] | [prev] | [next] | [standalone]
| From | wpb <w.blatchley@yahoo.com> |
|---|---|
| Date | 2012-01-12 11:09 -0800 |
| Message-ID | <019418d8-f763-4693-90f6-edb6eb33aace@z19g2000vbe.googlegroups.com> |
| In reply to | #1292 |
Thanks again, Martin!
[toc] | [prev] | [next] | [standalone]
| From | Chris Johnson <chrisjohnson+news@spamcop.net> |
|---|---|
| Date | 2012-01-11 13:59 +0000 |
| Message-ID | <524fe7f2cbchrisjohnson+news@spamcop.net> |
| In reply to | #1280 |
In article <194fc68b-4e82-45ed-b964-c9f9e661b071@n39g2000yqh.googlegroups.com>, wpb <w.blatchley@yahoo.com> wrote: > Is it possible - using Norcroft - to statically link the ANSI C > library, thus removing dependency on the SharedCLibrary, as implied > in the very old Acorn manuals? I am pretty sure I did it in the distant past - the reason for doing it totally escapes me. -- Chris Johnson
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.acorn.programmer
csiph-web