public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Packaging error in the latest libguile12-1.6.4-12 ?
@ 2003-09-19 10:37 Dr. Volker Zell
  2003-09-19 11:57 ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Volker Zell @ 2003-09-19 10:37 UTC (permalink / raw)
  To: Cygwin List

Hey 

There seems to be packaging error in the latest libguile12-1.6.4-12.
The following files are found under /usr/bin

libguile-srfi-srfi-13-14-v-1.la
libguile-srfi-srfi-4-v-1.la
libguilereadline-v-12.la

whereas they should be instead under /usr/lib (in the package guild-devel-1.6.4-12) 
I think.

Ciao
  Volker
  



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

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

* Re: Packaging error in the latest libguile12-1.6.4-12 ?
  2003-09-19 10:37 Packaging error in the latest libguile12-1.6.4-12 ? Dr. Volker Zell
@ 2003-09-19 11:57 ` Jan Nieuwenhuizen
  2003-09-19 13:10   ` Igor Pechtchanski
  2003-09-19 13:42   ` Dr. Volker Zell
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Nieuwenhuizen @ 2003-09-19 11:57 UTC (permalink / raw)
  To: cygwin

Volker Zell writes:

> libguile-srfi-srfi-13-14-v-1.la
> libguile-srfi-srfi-4-v-1.la
> libguilereadline-v-12.la
>
> whereas they should be instead under /usr/lib (in the package
> guild-devel-1.6.4-12) I think.

No, this is correct.  These are dlopened and need to be in PATH.  Try:

    guile -c '(use-modules (srfi srfi-4) (srfi srfi-13) (srfi srfi-14))'

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


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

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

* Re: Packaging error in the latest libguile12-1.6.4-12 ?
  2003-09-19 11:57 ` Jan Nieuwenhuizen
@ 2003-09-19 13:10   ` Igor Pechtchanski
  2003-09-19 13:31     ` Jan Nieuwenhuizen
  2003-09-19 13:42   ` Dr. Volker Zell
  1 sibling, 1 reply; 5+ messages in thread
From: Igor Pechtchanski @ 2003-09-19 13:10 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: cygwin

On Fri, 19 Sep 2003, Jan Nieuwenhuizen wrote:

> Volker Zell writes:
>
> > libguile-srfi-srfi-13-14-v-1.la
> > libguile-srfi-srfi-4-v-1.la
> > libguilereadline-v-12.la
> >
> > whereas they should be instead under /usr/lib (in the package
> > guild-devel-1.6.4-12) I think.
>
> No, this is correct.  These are dlopened and need to be in PATH.  Try:
>
>     guile -c '(use-modules (srfi srfi-4) (srfi srfi-13) (srfi srfi-14))'
>
> Jan.

Aren't the names a bit misleading, then?  The .la files are supposed to be
libtool library files, i.e., plain text.  If they are dlopened, they
should be named .dll, right?  Or am I missing something?

It's ok to keep dlls in one directory (or even package), and import libs
(.la) in another (as long as the .la files reflect this fact).  In fact,
since there's a guile-devel package, shouldn't the libtool import libs
belong there?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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

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

* Re: Packaging error in the latest libguile12-1.6.4-12 ?
  2003-09-19 13:10   ` Igor Pechtchanski
@ 2003-09-19 13:31     ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Nieuwenhuizen @ 2003-09-19 13:31 UTC (permalink / raw)
  To: cygwin

Igor Pechtchanski writes:

>> No, this is correct.  These are dlopened and need to be in PATH.  Try:
>>
>>     guile -c '(use-modules (srfi srfi-4) (srfi srfi-13) (srfi srfi-14))'
>>
>> Jan.
>
> Aren't the names a bit misleading, then?  The .la files are supposed to be
> libtool library files, i.e., plain text.

They are, but they are used at dlopen-time to find the dlls.  Just try
the command above without the .la files in PATH.

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


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

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

* Re: Packaging error in the latest libguile12-1.6.4-12 ?
  2003-09-19 11:57 ` Jan Nieuwenhuizen
  2003-09-19 13:10   ` Igor Pechtchanski
@ 2003-09-19 13:42   ` Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2003-09-19 13:42 UTC (permalink / raw)
  To: cygwin

>>>>> "Jan" == Jan Nieuwenhuizen <janneke@gnu.org> writes:

    Jan> Volker Zell writes:
    >> libguile-srfi-srfi-13-14-v-1.la
    >> libguile-srfi-srfi-4-v-1.la
    >> libguilereadline-v-12.la
    >> 
    >> whereas they should be instead under /usr/lib (in the package
    >> guild-devel-1.6.4-12) I think.

    Jan> No, this is correct.  These are dlopened and need to be in PATH.  Try:

    Jan>     guile -c '(use-modules (srfi srfi-4) (srfi srfi-13) (srfi srfi-14))'

This command works perfect for me with version guile-devel-1.6.4-2
                                                                ^^^
In that time the .la files used to be part of the devel package.

    Jan> Jan.

Ciao
  Volker


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

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

end of thread, other threads:[~2003-09-19 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-19 10:37 Packaging error in the latest libguile12-1.6.4-12 ? Dr. Volker Zell
2003-09-19 11:57 ` Jan Nieuwenhuizen
2003-09-19 13:10   ` Igor Pechtchanski
2003-09-19 13:31     ` Jan Nieuwenhuizen
2003-09-19 13:42   ` Dr. Volker Zell

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).