SUCCESS!! sort of... I managed to make gcc 2.8.1, do a make install, and then make gpc. To make things short, there are some fcn prototype declarations missing from the rtm.h file. Is there a newer rtm.h or should I just put the protos in myself?
gpc works fine as long as I am not linking anything. ;-)
Later and tnx for all the help! Ken Linder
Ken Linder (KC7RAD) wrote:
SUCCESS!! sort of... I managed to make gcc 2.8.1, do a make install, and then make gpc. To make things short, there are some fcn prototype declarations missing from the rtm.h file. Is there a newer rtm.h or should I just put the protos in myself?
`rtm.h'? Do you mean `rts.h'? Yes, there are some missing prototypes. Do you know how to write prototypes for vararg functions in a *portable* way?
gpc works fine as long as I am not linking anything. ;-)
Well, it should work with linking, too ... ;-)
Greetings,
Peter