This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error when executin sid


Hi,

I have compiled and installed sid (./configure; make;
make install) but i cant run it.

My configuration file looks like this:

load librtc.la rtc_component_library
load libtclapi.la tcl_bridge_library
new hw-rtc-sid rtc
new hw-visual-clock rtc-gui
relate rtc-gui "your rtc friend" rtc

When i try to run sid with this file i get:

$ sid test.sid
test.sid:1: dlsym of rtc_component_library in
component library dso librtc.la failed: sid: undefined
symbol: rtc_component_library
test.sid:2: dlsym of tcl_bridge_library in component
library dso libtclapi.la failed: sid: undefined
symbol: tcl_bridge_library
test.sid:4: component type hw-rtc-sid unknown
test.sid:5: component type hw-visual-clock unknown
test.sid:6: component rtc-gui not found
Configuration error.  Aborting.
$

But I saw those symbols are indeed present in the
libraries....

Any idea what the problem might be ?

Thanks

-- 
Fabrice


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]