melisanahtar / ea-utils

Automatically exported from code.google.com/p/ea-utils
0 stars 0 forks source link

installing ea-utils on windows7 #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
did you try: g++ fastq-mcf.cpp -o fastq-mcf.exe ?

Original comment by earone...@gmail.com on 26 Jun 2015 at 2:22