On Friday 28 Dec 2012 15:39:25 Joe Gedeon wrote:

It looks like the gen_win.sh script isn't creating the ossec-agent.exe  so 
when you run the make.sh it fails with
"File: "ossec-agent.exe" -> no files found.

It's also possible that there wasa a problem that prevented the exe from 
compiling.  Try running just the gcc line from the make.sh that creates ossec-
agent.exe to see what's actually happening.  It's the one that has -o ossec-
agent.exe in it (I don't have it in front of me at the moment otherwise I'd be 
a bit more specific.

I send all the output to a file so I can investigate by doing a:

<whateverthemingwequivalentofgccisonyoursystem> {foo} -o ossec-agent.exe {bar} 
> make.out 2>&1

Once that complete's all the output from the build will be in make.out.  A 
search for any lines with fatal in them is often helpful.

Regards,

Nick

Reply via email to