Groups | Search | Server Info | Login | Register
Groups > comp.lang.oberon > #724
| From | cross@spitfire.i.gajendra.net (Dan Cross) |
|---|---|
| Newsgroups | comp.lang.oberon |
| Subject | Re: Error compiling a simple Hello World program |
| Date | 2026-01-14 23:25 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <10k98lj$fs$1@reader2.panix.com> (permalink) |
| References | <20260110234635.aec15496f9b94e281c2f4410@gmail.com> <20260114113923.cc18e376fa2de2e203042c99@gmail.com> <10k90mt$jtb$1@reader2.panix.com> <20260114143002.3d31cab189c9233042e579f1@gmail.com> |
In article <20260114143002.3d31cab189c9233042e579f1@gmail.com>,
Sidney Reilley <sidney.reilley.ii@gmail.com> wrote:
>On Wed, 14 Jan 2026 21:09:49 -0000 (UTC)
>cross@spitfire.i.gajendra.net (Dan Cross) wrote:
>
>[snip]
>
>> That suggests to me that if there were a problem either invoking
>> the linker or it encountered some kind of error, you'd see a
>> message of some kind.
>
>Come to think of it - I agree!
>
>> What files _do_ exist for you?
>
>~/Programming/oberon/code $ ls obj
>hello.c hello.d hello.oh
>
>~/Programming/oberon/code $ ls sym
>hello.Doc hello.Sym
>
>~/Programming/oberon/code $ ls src
>hello.Mod
>
>~/Programming/oberon/code $ ls bin
>
>~/Programming/oberon/code
Dumb question, but is there anything in your current directory
after you run `oo2c`? Other than subdirectories, of course.
The output of, `ls -Rla` may be interesting.
>> And what does your module look like now?
>
>$ cat src/hello.Mod
>MODULE hello;
>IMPORT Out;
>BEGIN
> Out.String('Hello from Canada!');Out.Ln;
>END hello.
That looks fine to me.
I wonder if the oo2crc.xml file has anything illuminating in it;
I'm not sure where it may be on your system, though (I should
have mentioned it, but my testing has been on FreeBSD).
- Dan C.
Back to comp.lang.oberon | Previous | Next — Previous in thread | Next in thread | Find similar
Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-10 23:46 -0700
Re: Error compiling a simple Hello World program cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-12 21:29 +0000
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-14 09:59 -0700
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-14 11:39 -0700
Re: Error compiling a simple Hello World program cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-14 21:09 +0000
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-14 14:30 -0700
Re: Error compiling a simple Hello World program cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-14 23:25 +0000
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-14 19:32 -0700
Re: Error compiling a simple Hello World program cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-15 21:36 +0000
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-15 16:12 -0700
Re: Error compiling a simple Hello World program cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-16 13:18 +0000
Re: Error compiling a simple Hello World program Sidney Reilley <sidney.reilley.ii@gmail.com> - 2026-01-16 08:54 -0700
csiph-web