Welcome, Guest. Please login or register.

Author Topic: g++ amiga specific error... Need help  (Read 1155 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Eniodis

  • Newbie
  • *
  • Join Date: Feb 2003
  • Posts: 17
    • Show all replies
Re: g++ amiga specific error... Need help
« on: December 02, 2003, 08:59:48 AM »
Hello,

g++ is telling you it cannot link your program.

The command line of g++ is case sensitive... "-o" and "-O" are 2 different options :
- "-o" is used for linking
- "-Ox" for any optimization.