unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#32429: link error: "undefined reference to `scm_to_off_t'"
@ 2018-08-13 16:44 Stefan Husmann
  2018-12-15 16:33 ` bug#32429: scm_to_off_t Matt Wette
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Husmann @ 2018-08-13 16:44 UTC (permalink / raw)
  To: 32429


Hello,

compiling guile's master under Arch Linux results in a link error:

posix.c: In function 'scm_nice':
posix.c:1892:3: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
   nice (scm_to_int (incr));
^~~~~~~~~~~~~~~~~~~~~~~~
  CC       libguile_3.0_la-net_db.lo
  CC       libguile_3.0_la-socket.lo
  CC       libguile_3.0_la-regex-posix.lo
  CCLD     libguile-3.0.la
/usr/bin/ld: .libs/libguile_3.0_la-posix.o: in function `scm_tmpnam':
posix.c:(.text+0x1f2d): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  CC       guile-guile.o
  CCLD     guile
/usr/bin/ld: ./.libs/libguile-3.0.so: undefined reference to `scm_to_off_t'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:2439: guile] Error 1
make[3]: Leaving directory '/home/haawda/paketierung/meine_Pakete/guile-git/src/guile/libguile'
make[2]: *** [Makefile:2298: all] Error 2
make[2]: Leaving directory '/home/haawda/paketierung/meine_Pakete/guile-git/src/guile/libguile'
make[1]: *** [Makefile:1844: all-recursive] Error 1
make[1]: Leaving directory '/home/haawda/paketierung/meine_Pakete/guile-git/src/guile'
make: *** [Makefile:1730: all] Error 2

Best Regards

Stefan Husmann





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#32429: scm_to_off_t
  2018-08-13 16:44 bug#32429: link error: "undefined reference to `scm_to_off_t'" Stefan Husmann
@ 2018-12-15 16:33 ` Matt Wette
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Wette @ 2018-12-15 16:33 UTC (permalink / raw)
  To: 32429

can you post your config.log file?

That error is bizarre because scm_to_off_t should be #defined from 
libguile/syscalls.h





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-15 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13 16:44 bug#32429: link error: "undefined reference to `scm_to_off_t'" Stefan Husmann
2018-12-15 16:33 ` bug#32429: scm_to_off_t Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).