On 20:42:55 Nov 17, Kirill S. Bychkov wrote: > Hi. On my box (OpenBSD barton.linklevel.net 4.4 GENERIC#1480 i386) I see a lot > of missing libs: > > /usr/ports/packages/i386/all/GOPchop-1.0.0.tgz: > WANTLIB: Xau.9 (/usr/local/bin/gtkspu) (system lib) > WANTLIB: c.49 (/usr/local/bin/mpegcat) (system lib) > Missing lib: gdk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE) > Missing lib: glib.1 (/usr/local/bin/gtkspu) (NOT REACHABLE) > Missing lib: gmodule.1 (/usr/local/bin/gtkspu) (NOT REACHABLE) > Missing lib: gtk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE) > WANTLIB: iconv.5 from libiconv-1.12 (/usr/local/bin/gtkspu) > Missing lib: intl.4 (/usr/local/bin/gtkspu) (NOT REACHABLE) > WANTLIB: m.4 (/usr/local/bin/gtkspu) (system lib) > Missing lib: mpeg2.0 (/usr/local/bin/mpegcat) (NOT REACHABLE) > Missing lib: mpeg2convert.0 (/usr/local/bin/mpegcat) (NOT REACHABLE) > Extra: SDL.8 > WANTLIB += Xau c iconv m >
Sorry I forgot to run port-lib-depends-check again. I could reproduce your problem. I fixed it. http://gayatri-hitech.com/Misc/GOPchop.tgz Now I have a weird problem. I kept on getting this silly GNU libtool error that it cannot find the library `'. ;) I narrowed it down to its inability to grok -lSDL and consequently I have patched configure to include the archive directly. Very ugly I know but the alternative is instructing it to use our own libtool but that adds one dependency... What is the way out? Appreciate your help. Thanks. -Girish
