Skip to content

Problem in installing find_orb #60

Description

@RaziehEmami1

Hi there,

I am trying to install find_orb on my Mac following the steps in https://projectpluto.com/find_sou.htm. I encountered the following issue when trying
make libjpl.a

const char * jpl_get_ephem_name( const void *ephem)
{
struct jpl_eph_data *eph = (struct jpl_eph_data *)ephem;

return( eph->name);
}
rm -f libjpl.a
ar rv libjpl.a jpleph.o
ar: creating libjpl.a
ar: jpleph.o: No such file or directory
make: *** [makefile:94: libjpl.a] Error 1

I appreciate if you please kindly let me know how to fix that issue.

Thanks a lot,
Razi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions