From: "Eric.Nicolas" Date: Thu, 16 Feb 95 08:38:01 CST To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem with LibGRX 1.03maint1 Hello, I just get all the last package of djgpp : 1.12maint4 for gcc and 1.03maint1 for libgrx, and I am trying to recompile my work with it. Before that, I was still using the old gcc1.12 and grx1.00 (!). Everything works fine during compilation, but at linking, I've got a problem. The error message sounds like : Fake: (text+???) redefined symbol rawclock() mouse.c: (text+??) First defined there It seems that it comes from libgrx.a, file mouse.o. I had a look in source code, and there is a reference to rawclock(). -> I simply remove mouse.o from libgrx.a, and everything is going nice now. Can someone tell me what all that means ?? Thanks you.