[Rinside-commits] r148 - pkg/inst/examples/standard

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 6 16:09:36 CEST 2010


Author: edd
Date: 2010-04-06 16:09:31 +0200 (Tue, 06 Apr 2010)
New Revision: 148

Modified:
   pkg/inst/examples/standard/Makefile.win
Log:
changed library link order (but programs still seg.fault)


Modified: pkg/inst/examples/standard/Makefile.win
===================================================================
--- pkg/inst/examples/standard/Makefile.win	2010-04-06 14:04:03 UTC (rev 147)
+++ pkg/inst/examples/standard/Makefile.win	2010-04-06 14:09:31 UTC (rev 148)
@@ -35,7 +35,7 @@
 CPPFLAGS := 		-Wall $(shell $(R_HOME)/bin/R CMD config CPPFLAGS)
 CXXFLAGS := 		$(RCPPFLAGS) $(RCPPINCL) $(RINSIDEINCL) $(shell $(R_HOME)/bin/R CMD config CXXFLAGS)
 LDFLAGS	= 		-s
-LDLIBS := 		$(RLDFLAGS) $(RBLAS) $(RLAPACK) $(RCPPLIBS) $(RINSIDELIBS)
+LDLIBS := 		$(RLDFLAGS) $(RBLAS) $(RLAPACK) $(RINSIDELIBS) $(RCPPLIBS) 
 CC := 			$(shell $(R_HOME)/bin/R CMD config CXX)
 
 



More information about the Rinside-commits mailing list