From: jpdelprat AT teaser DOT fr (JP) Newsgroups: comp.os.msdos.djgpp Subject: [BUG FIX]Problem with JPTUI and gcc 2.8.1 Date: Mon, 18 May 1998 16:58:40 GMT Organization: Guest of France-Teaser Lines: 18 Message-ID: <356068bd.3743503@news.teaser.fr> NNTP-Posting-Host: ppp2816-ft.teaser.fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk If you try to build JPDEMO using the provided makefile and gcc 2.8.1, you'll encounter some linkage problems. To avoid them, edit the 'makefile' file in the DEMO subdirectory, and replace gcc -s -o jpdemo.exe jpdemo.o libjptui.a -lgpp by gxx -s -o jpdemo.exe jpdemo.o libjptui.a Best regards, Jean-Pierre Delprat Jeepy (Jean-Pierre Delprat) jpdelprat AT teaser DOT fr www.teaser.fr/~jpdelprat (JPTUI home page)