This is the mail archive of the cygwin-apps 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]

Re: ITP: algol68g


On Apr  4 20:54, Thomas Wolff wrote:
> 
> >...
> >Yaakov (Cygwin/X):
> >> On 2012-04-03 14:56, Thomas Wolff wrote:
> >>> cygport algol68g-2.3.7.4-1.cygport ...
> >>> Creating source package
> 2.3.7-fix-install.patch
> algol68g-2.3.7.4-1.cygport
> algol68g-2.3.7.4-1.cygwin.patch
> algol68g-2.3.7.4-1.src.patch
> algol68g-2.3.7.4.tar.gz
> *** Warning: setup.hint is missing
> 
> where the ...cygwin.patch is empty
> and the ...src.patch disables curses which, using my hand-made
> package, works
> also, cygport gives no hint about missing or incorrect dependencies
> as you suggested, so I don't see any advantage here
> 
> 
> After some manual checking, I changed dependencies for libplot and
> postgresql
> to libplot-devel and libpq-devel
> (where I wonder why the actual runtime libraries are in the -devel
> packages here).

Looking into both devel packages, I only see the stuff required for
development, not the runtime libs:

  $ tar tjf libplot-devel-2.6-2.tar.bz2
  usr/include/[...]
  usr/lib/libplot.a
  usr/lib/libplot.dll.a
  usr/lib/libplot.la
  usr/share/[...]

  $ tar tjf libpq-devel-8.2.11-1.tar.bz2
  usr/bin/pg_config.exe
  usr/include/[...]
  usr/lib/libpgport.a
  usr/lib/libpq.a
  usr/share/[...]

The runtimes are in libplot2:

  $ tar tjf libplot2-2.6-2.tar.bz2
  usr/bin/cygplot-2.dll

and libpq5:

  tar tjf libpq5-8.2.11-1.tar.bz2
  usr/bin/cygpq.dll


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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