Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ncar!hsdndev!bunny!rc05 From: rc05@gte.com (Ramesh Chandak) Newsgroups: comp.os.msdos.programmer Subject: Microsoft C ver 6.0 link error Message-ID: <10976@bunny.GTE.COM> Date: 11 Apr 91 17:49:43 GMT Organization: GTE Laboratories Incorporated, Waltham MA Lines: 32 here's a simple program that I am trying to link. It compiles okay.Development environment is Microsoft C Compiler version 6.0 #include void main ( void ) { _outtext(" hello world \n"); } it compiles fine. However, I get a link error. It says : Link Error : L2029 _aNchkstk in file.c hello.obj (hello.c) unresolved external 1 error detected. What's going on here ? -- - Ramesh M. Chandak rc05@gte.com loverboy@athena.mit.edu