Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. add_library( cspice SHARED ${cspice_src} ${cspice_headers} )
  2.  
  3. gcc.exe -shared -Wl,--whole-archive libcspice.a -Wl,--no-whole-archive -o cspice.dll
  4.  
  5. libcspice.a(dtime_.c.obj):dtime_.c:(.text+0x14): undefined reference to `times'
  6. libcspice.a(eqstr_c.c.obj):eqstr_c.c:(.rdata$.refptr.My_ctype[.refptr.My_ctype]+0x0): undefined reference to `My_ctype'
  7. libcspice.a(etime_.c.obj):etime_.c:(.text+0x14): undefined reference to `times'
  8. libcspice.a(s_paus.c.obj):s_paus.c:(.text+0x1c5): undefined reference to `pause'
  9. collect2.exe: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement