ferella / polepp

Automatically exported from code.google.com/p/polepp
0 stars 0 forks source link

make tools doesn't create binaries #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On a Linux box I typed 'make', which created 'libpolelib.so'.
Typing 'make tools' as suggested in the README file did not
create any binaries in the bin directory, as I imagine it should.

lfs1> make
make[1]: Entering directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0'
**** src ****
make[2]: Entering directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0/src'
  Compiling Pdf.cxx
  Compiling Coverage.cxx
  Compiling Random.cxx
  Compiling Tools.cxx
  Linking libpolelib.so
make[2]: Leaving directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0/src'
**** tools/polelim ****
make[2]: Entering directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0/tools/polelim'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0/tools/polelim'
make[1]: Leaving directory 
`/lfs/l1/hess/users/deil/bin/HESSSurveyBin/POLEPP-1.0.0'
lfs1> make tools
make: Nothing to be done for `tools'.
lfs1> ls -lh bin/
total 0
lfs1> ls -lh lib/
total 0
-rwxr-xr-x 1 deil hfm 775K 2011-06-23 12:42 libpolelib.so

Original issue reported on code.google.com by Deil.Chr...@googlemail.com on 23 Jun 2011 at 10:46

GoogleCodeExporter commented 8 years ago

Original comment by teg...@gmail.com on 1 Jul 2011 at 11:52

GoogleCodeExporter commented 8 years ago
This was a make file problem which is now fixed.

Original comment by teg...@gmail.com on 1 Jul 2011 at 12:46