![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| undefined variable error | c00kie88 | Shell Programming and Scripting | 4 | 05-20-2008 04:25 AM |
| undefined reference to `pthread_create' | netman | High Level Programming | 2 | 01-28-2008 12:31 PM |
| undefined error | amitrajvarma | Shell Programming and Scripting | 1 | 01-11-2008 07:32 AM |
| about undefined reference for 'sinf' | bharat suthar | High Level Programming | 2 | 05-13-2006 09:45 PM |
| ld: 0711-317 ERROR: Undefined symbol: .hello | stockdan | High Level Programming | 2 | 11-25-2003 05:43 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Undefined reference to Error
Hello,
plz help me out with this error, i am getting this error when i compile my code with gcc. /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/../../../crt1.o(.text+0x18): In function `_start': : undefined reference to `main' /tmp/cciLxqdV.o(.text+0x3c): In function `HandleUserTransaction()': : undefined reference to `ShowScreen(Screens)' /tmp/cciLxqdV.o(.text+0x49): In function `HandleUserTransaction()': : undefined reference to `WaitUntilCardIsRemoved(BEEP_TYPE)' /tmp/cciLxqdV.o(.text+0x5b): In function `HandleUserTransaction()': : undefined reference to `ShowScreen(Screens)' /tmp/cciLxqdV.o(.text+0x68): In function `HandleUserTransaction()': : undefined reference to `WaitUntilCardIsRemoved(BEEP_TYPE)' /tmp/cciLxqdV.o(.text+0x7a): In function `HandleUserTransaction()': : undefined reference to `ShowScreen(Screens)' /tmp/cciLxqdV.o(.text+0x87): In function `HandleUserTransaction()': : undefined reference to `WaitUntilCardIsRemoved(BEEP_TYPE)' /tmp/cciLxqdV.o(.text+0x99): In function `HandleUserTransaction()': : undefined reference to `ShowScreen(Screens)' /tmp/cciLxqdV.o(.text+0xa6): In function `HandleUserTransaction()': : undefined reference to `WaitUntilCardIsRemoved(BEEP_TYPE)' /tmp/cciLxqdV.o(.text+0xb5): In function `HandleUserTransaction()': : undefined reference to `ShowScreen(Screens)' /tmp/cciLxqdV.o(.text+0xc2): In function `HandleUserTransaction()': : undefined reference to `WaitUntilCardIsRemoved(BEEP_TYPE)' /tmp/cciLxqdV.o(.text+0xf5): In function `HandleUserTransaction()': thanx in advance svh |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|