Re: Symbol unresolved problems..

2003-06-13 Thread Mark Vojkovich
_driver.o module can't > resolve the vbeFree symbol anymore... T.T > > jason > > - Original Message - > From: "Mark Vojkovich" <[EMAIL PROTECTED]> > To: "Jason Kim" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>

Re: Symbol unresolved problems..

2003-06-13 Thread Egbert Eich
Can you check if the vbe module is loaded (and not unloaded) at this point? Better yet, post your log file. Egbert. Alex Deucher writes: > I had this problem as well at one point when I was messing with the > savage driver. What was weird was I hadn't messed with any of the vbe > stuff. I t

Re: Symbol unresolved problems..

2003-06-13 Thread Alex Deucher
I had this problem as well at one point when I was messing with the savage driver. What was weird was I hadn't messed with any of the vbe stuff. I think it ended up being a bad pointer reference or something like that. also, if you are attempting to mess with programming dualhead, you need to tu

Re: Symbol unresolved problems..

2003-06-12 Thread Jason Kim
uot; <[EMAIL PROTECTED]> To: "Jason Kim" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 9:34 PM Subject: Re: Symbol unresolved problems.. >Do you have a specific example? > >Are these symbols in your modifications? You can'

Re: Symbol unresolved problems..

2003-06-12 Thread Mark Vojkovich
Do you have a specific example? Are these symbols in your modifications? You can't call anything you like from within an XFree86 module. They don't, for instance, link against libc. There are only specific functions you can call - ones exported by the core server.

Symbol unresolved problems..

2003-06-12 Thread Jason Kim
Hi... I modified xfree 4.3.? and successfuly compiled and installed it.  When I start X, I got some messages like "Symbol x in module x is not resolved".   What is the main reason of these problems?  What cause it?   thank you..