Bug 65308 - [PATCH] Compilation error flow/gsl
Summary: [PATCH] Compilation error flow/gsl
Status: RESOLVED FIXED
Alias: None
Product: arts
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 13:36 UTC by Melvyn Sopacua
Modified: 2003-10-02 13:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Melvyn Sopacua 2003-10-01 13:36:21 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc version 2.95.4 20020320 [FreeBSD] 
OS:          FreeBSD

Patch should be self-explanatory. Errors are, undefined references to several pthread functions.

--- flow/gsl/Makefile.am.orig   Wed Apr 30 21:04:34 2003
+++ flow/gsl/Makefile.am        Mon Sep 29 12:56:31 2003
@@ -17,7 +17,7 @@

 noinst_PROGRAMS = $(GSL_NOINST_PROGS)

-GSL_progs_ldadd = libgsl.la
+GSL_progs_ldadd = libgsl.la $(USE_THREADS)
 GSL_cc_dummy = dummy.cc
 $(srcdir)/dummy.cc: gslconfig.h
Comment 1 George Staikos 2003-10-02 13:33:32 UTC
Subject: arts/flow/gsl

CVS commit by staikos: 

freebsd compile fix

patch from Melvyn Sopacua
CCMAIL: 65308-done@bugs.kde.org


  M +1 -1      Makefile.am   1.32


--- arts/flow/gsl/Makefile.am  #1.31:1.32
@@ -18,5 +18,5 @@
 noinst_PROGRAMS = $(GSL_NOINST_PROGS)
 
-GSL_progs_ldadd = libgsl.la
+GSL_progs_ldadd = libgsl.la $(USE_THREADS)
 GSL_cc_dummy = dummy.cc
 $(srcdir)/dummy.cc: gslconfig.h