aMule Forum

English => aMule Help => Topic started by: agreg5 on May 24, 2004, 09:30:34 AM

Title: Compilation of libcrypto
Post by: agreg5 on May 24, 2004, 09:30:34 AM
I tried to compile llibcrypto on Solaris 5 as a user.
It reports me some syntax errorsin 3way.cpp.
Does it exist a version of libcrypto with a config file?
Title: Re: Compilation of libcrypto
Post by: agreg5 on May 27, 2004, 12:11:30 PM
Does someone know how to redirect output message to a file? ?(
I tried :
make>a.txt
but unfortunately, it did only write the first line in the file.
Thanks
Title: Re: Compilation of libcrypto
Post by: deltaHF on May 27, 2004, 01:56:45 PM
well, post the error msg here plz
Title: Re: Compilation of libcrypto
Post by: Jacobo221 on May 27, 2004, 07:42:44 PM
"command" > "file" 2>&1
that's what you're looking for.
Greetings!