Mail Archives: djgpp/2000/10/10/17:08:13
I have a little program with turbo vision . maybe you can help me.
after I compiled the library and all that stuff I tried to compile a
sample program. first I got a lot of errors because I was trying to
compoile it like a standard C program. after I changed that it started
asking me for all kinds of libraries. besides librhtv.a (the standard
lib for tv) it also needs a library called libstdcx.a. In my /lib dir I
have a libstdcxx.a
At first I believed it was the same thing and I renamed the ..cxx file
to cx.
and when i tried to compile the simplest demo program rhide shows an
error like: "error: undefined reference to '__eh_pc'"
on the other hand if i only have the ...cxx file it says: "cannot open
-lstdcx (ENOENT)"
So maybe you can tell me exactly which libraries tv applications need or
which are the exact compilation parameters (in case this is what's going
wrong).
bye
- Raw text -