Problem with Clean on RedHat 5.0

Pedro Palao Gostanza ecceso@eucmos.sim.ucm.es
Thu, 14 May 1998 18:06:00 +0000


Alcimar Barbosa Soares wrote:

> Dear Jarda,
>
> We've installed RedHat 5.0 with the library libc5, but it didn't work as
> you already know!
> The error message was exactly the one you've gotten.

This little .lo seems to work

-Bstatic
/usr/i486-linux-libc5/lib/libc.so.5
/usr/i486-linux-libc5/lib/libm.so.5

You should put it in clean/stdenv and always compile with -sl option.
I think that it is almost imposible to install the windowing part because
gcc complaints about xview .h files.

Regards,
  Pedro.

> Jaroslav Tulach wrote:
> >
> > Hello,
> > I have problem with using Clean on my RedHat 5.0 Linux. I tried to write
> > simple program:
> >
> > -------------------
> > module Test;
> > Start = 10;
> > -------------------
> >
> > Compile it which produced following output and created file a.out
> >
> > ~$ clm Test
> > Compiling Test
> > Generating code for Test
> > Assembling Test
> > Linking Test
> > /usr/local/lib/clean/stdenv/_startup.o: In function `realpath':
> > /usr/local/lib/clean/stdenv/_startup.o(.text+0x591c): the `getwd' function is dangerous and should not be used.
> >
> > Run the file a.out which produced segmentation fault with dumped core,
> > which I attached to the mail.
> >
> > Can anyone help me and suggest how to correct the system?
> >
> > Thanx,
> > Jarda