installing ea-utils on windows7
Opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. download and unzip ea-utils
2. install MinGW and add the bin file to the path
3. Go to cmd.exe
4. cd ea-utils-1.1.2-621-win64
5. g++ fastq-mcf
It gives this error:
collect2.exe: error: ld returened 1 exit status
What version of the product are you using? On what operating system?
ea-utils-1.1.2-621-win64 on windows, 64bit operating system
Please provide any additional information below
I am very new to command-line tools, so I have mentioned every single step that
I took to install the tool. Could you please help me running this tool on my
system.
Original issue reported on code.google.com by h.tam...@gmail.com
on 11 Jun 2015 at 4:40
Attachments:
- [error details.docx](https://storage.googleapis.com/google-code-attachments/ea-utils/issue-42/comment-0/error details.docx)
GoogleCodeExporter commented
did you try: g++ fastq-mcf.cpp -o fastq-mcf.exe ?
Original comment by earone...@gmail.com
on 26 Jun 2015 at 2:22