pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: wip/xmms2



On Tue, Sep 13, 2005 at 11:58:53AM +0000, Leonard Schmidt wrote:
> I know, but where? During linking, -Wl,-R/usr/pkg/lib appears several
> times, but I still have to set the LD_LIBRARY_PATH.  I have tried
> various things in the SConstruct and xmmsenv.py file, but it still
> does not work.

It seems to affect the plugins, see:
gcc -shared -o src/plugins/flac/libxmms_flac.so src/plugins/flac/flac.os -lFLAC
gcc -shared -o src/plugins/mad/libxmms_mad.so src/plugins/mad/mad.os 
src/plugins/mad/id3.os src/plugins/mad/xing.os -lmad
gcc -shared -o src/plugins/vorbis/libxmms_vorbisfile.so 
src/plugins/vorbis/vorbisfile.os -lvorbisfile

I don't speak scons, but my guess would be either in SConstruct
oder in src/plugins/*/Plugins.

Perhaps you can add it to LINKFLAGS?

Btw, don't forget adding PKGCONFIG_OVERRIDE lines for the
.pc files.

Cheers,
 Thomas


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index