This is the mail archive of the cygwin mailing list for the Cygwin 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]

guile's pkg-config script has incorrect flags and libs


Guile is a scheme interpreter that comes with Cygwin.

The guile-devel package provides information to pkg-config
about the required flags and libs necessary to link a Guile
interpreter to another program.

The pkg-config information is wrong.

pkg-config guile-1.8 --cflags gives
  -I/home/janneke/vc/gub/target/cygwin/root/usr/include

it should probably be return nothing, or be returning
"-I/usr/include"

pkg-config guile-1.8 --libs returns
  -L/home/janneke/vc/gub/target/cygwin/root/usr/lib \
  -L/home/janneke/vc/gub/target/cygwin/root/usr/bin \
  -L/home/janneke/vc/gub/target/cygwin/root/usr/lib/w32api \
  -lguile -lgmp -lcrypt -lm -lltdl

It should probably be returning just
   -lguile -lgmp -lcrypt -lm -lltdl

Thanks,

Mike Gran

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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