Displaying 1 result from an estimated 1 matches for "flbrp".
Did you mean:
flbr
2008 Apr 17
1
LinkingTo for 2 packages
...example
Depends: link2, link3
LinkingTo: link2, link3"
With the space character, this is the compiler call found in 00install.out
g++ -I/usr/local/lib/R/include -I/usr/local/lib/R/include
-I/usr/local/include -I"/usr/local/lib/R/library/FLCore/include" -fpic
-g -O2 -c FLBRP.cpp -o FLBRP.o
while deleting it means both include folders are correctly added
g++ -I/usr/local/lib/R/include -I/usr/local/lib/R/include
-I/usr/local/include -I"/usr/local/lib/R/library/FLCore/include"
-I"/usr/local/lib/R/library/FLash/include" -fpic -g -O2 -c FLBRP.cpp
-o...