請教各位
我有個程式(用C寫的),原本是在FreeBSD系統上面跑
現在要把它移到Debian上,可是compiler不會過
有幾個library的問題我已經找到了,可是下面幾個錯誤訊息真的不懂
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib/crt1.o: In function `_start':
../sysdeps/i386/elf/start.S:115: undefined reference to `main'
/usr/bin/ld: test: hidden symbol `fstat' in /usr/lib/libc_nonshared.a(fstat.oS) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
請各位能幫我看看 謝謝