Find the answer to your Linux question:
Results 1 to 2 of 2
I am trying to install cplusql ( SourceForge.net: cplusql ETL tool ) on a machine which normally does not have difficulties compiling C++ type of software on. MD5 is ok. ...
  1. #1
    Linux User
    Join Date
    Dec 2004
    Posts
    323

    Problem with installing cplusql

    I am trying to install cplusql (SourceForge.net: cplusql ETL tool) on a machine which normally does not have difficulties compiling C++ type of software on. MD5 is ok. The out put of "make" is:
    Code:
    "./make.env", line 4: Need an operator
    "./make.env", line 6: Need an operator
    "./make.env", line 8: Need an operator
    "./make.env", line 12: Missing dependency operator
    "./make.env", line 14: Need an operator
    "./make.env", line 15: Missing dependency operator
    "./make.env", line 21: Need an operator
    "./make.env", line 23: Need an operator
    "./make.env", line 24: Need an operator
    "./make.env", line 29: Need an operator
    "./make.env", line 31: Need an operator
    make: fatal errors encountered -- cannot continue
    As a result of lack of documentation and experience, I am lost as to what operator is expected. Can someone guide me in compiling this tool?

  2. #2
    Linux User
    Join Date
    Dec 2004
    Posts
    323
    It appears that critical files are missing from the distribution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...