The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
Why my code couldn't be compiled
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Why my code couldn't be compiled
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
02-22-2005
Perderabo
Unix Daemon
Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,355
For one thing, you don't even have a main() in that file, but you're compiling it as if it was a program. Have you ever written a c program? The other errors have to do with libraries you didn't bother to specify.
Perderabo
View Public Profile
Find all posts by Perderabo