Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Command to ignore the "Undefined symbol" error during compilation

User_WGC4EMay 16 2021

We have "--unresolved-symbols" in g++.

Example:-
g++ mm.cpp -Wl,--unresolved-symbols=ignore-in-object-files

What is the equivalent command in OracleDeveloperStudio12.5 CC ?
Note:-
Using OracleDeveloperStudio 12.5
OracleDeveloperStudio12.5-solaris-sparc-bin/developerstudio12.5/bin/CC

Comments
Post Details
Added on May 16 2021
0 comments
498 views