Robotic Telescope System in Linux

From: Fabian Lim (fabi.lim_at_gmail.com)
Date: 11/27/04


Date: 27 Nov 2004 12:58:32 -0800

I'm currently trying to compile the Talon software to Linux Enterprise
at the University of Toronto's Observatory. I'm planning to
standardize the software so that it will work on all Meade LX 200
telescopes. I'm currently facing compilation errors. I have
succesfully compiled all libraries in the code, but when I try to
compile other folders, such as /daemons/telescoped I get the following
error:
/usr/local/telescope/lib/libmisc.so: undefined reference to "errno"

I have checked all the files located at the libmisc folder and found
that all files having references to errno have "include <errno.h>". I
have also found that there are no other references to extern int
errno, which is another cause for this error.

I would appreciate any help. Also, if you would be interesting in
working on this project please let me know.

Talon can be found in:
http://sourceforge.net/projects/observatory

Thanks,

Fabian



Relevant Pages

  • Re: Robotic Telescope System in Linux
    ... Peter T. Breuer wrote: ... >> I'm currently trying to compile the Talon software to Linux ... I'm trying to compile the code below but I get the following error: ...
    (comp.os.linux.development.system)
  • Re: Robotic Telescope System in Linux
    ... > I'm currently trying to compile the Talon software to Linux Enterprise ... the right calls to replace the references to it. ... so you have done something wrong to get a reference to errno staying in ...
    (comp.os.linux.development.system)
  • Robotic Telescope System - Talon
    ... I'm currently trying to compile the Talon software to Linux Enterprise ... that all files having references to errno have "include ". ...
    (comp.os.linux.development.apps)
  • Re: Robotic Telescope System - Talon
    ... Fabian Lim wrote: ... > I'm currently trying to compile the Talon software to Linux Enterprise ...
    (comp.os.linux.development.apps)
  • Re: updating deprecated sys_errlist? Simple Question?
    ... I have been attempting to compile some code that I found on the net. ... Now you don't need the line above (errno is declared in errno.h). ... as the Standard only specifies that it's set to 0 at program startup, ... and library function /may/ set it to positive value (NB, ...
    (comp.lang.c)