Xref: news-dnh.mv.net comp.os.msdos.djgpp:4029 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!news.compuserve.com!newsmaster From: 100626 DOT 3236 AT compuserve DOT com (Fabian Jasinski) Newsgroups: comp.os.msdos.djgpp Subject: problem with gcc and large project Date: Tue, 26 Dec 1995 20:51:42 GMT Organization: CompuServe Incorporated Lines: 16 Message-ID: <4bpn7r$t69@dub-news-svc-3.compuserve.com> NNTP-Posting-Host: dd44-161.compuserve.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp hello, whenever i try to compile a certain bigger project (many includes ect.) with gcc + ms-dos, i get the following often repeated error: *.o: undefined symbol SYMBOL_NAME referenced from text segment what is wrong with it? gcc + linux has no problems with the code. i got the impression, that gcc does not recognize all #include "*.*" in the directory and so all symbols remain undefined during compilation. i think gcc under ms-dos needs a certain path (the source code has its own directory) or a certain compiler-directive. perhaps i even got an older version of gcc. i would appreciate answers under 100626 DOT 3236 AT compuserve DOT com