[flext] Passing additional libs to the flext build system

Spencer Russell spencer.f.russell at gmail.com
Fri May 14 05:42:08 CEST 2010


Ah hah, got it.

Thanks.

for posterity:

I just added a "build" directory that had the same set of config-* and
gnumake-* files from your py externals, with the gnumake files just
containing the single line
LIBS += -lgsl -lgslcblas
(to add the gsl and gslcblas libraries)

then I added the line
BUILDDIR=build to my package.txt file which pointed the build system
to my config files.

thanks again!
-s

On Wed, May 12, 2010 at 5:06 PM, Thomas Grill <gr at grrrr.org> wrote:
> Hi,
> you need a "build directory" with some minimal build stubs.
> You can have a look at the py/pyext external to see how this works.
> I guess it's also documented in the flext/build.txt file somewhere.
> gr~~~
>
> Am 12.05.2010 um 22:57 schrieb Spencer Russell:
>
>> How do I get additional "-l" directives through the flext build system
>> to instruct the linker to link in additional libraries?
>>
>> Thanks,
>> Spencer
>> _______________________________________________
>> http://grrrr.org/ext/flext
>>
>> flext mailing list
>> flext at grrrr.org
>> http://grrrr.org/cgi-bin/mailman/listinfo/flext
>
>


More information about the flext mailing list