DiscussionsIssue archiveOther usage issues

Archived discussion

Compilation using Sun C++ 5.0 Compiler.

Other usage issuesMon, 02/07/2000 - 15:331 reply

Browse this forum
QuestionAuthor

That was the try of the day. Unfortunately, it doesn't work.

Many short modifications have to be done (e.g. avoid the use of new reserved keywords as variable names, enforce a very strict cast policy, etc). The task doesn't seem to be very diffcult, but is taking some -precious- time. And I've got no idea of the stability of the code produced with C++ 5.0.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

You can use CC -compat=4 , as it is proposed in compilator documentation.

For me it compile fine with this option, but I have some trouble in findind incrtcl libraries to link application.

Commenter-1 SIDOBRE