Results 1 to 5 of 5
hi all..
I was working on college assignment,trying to implement HMAC digest using SHA1.
i used C ,gcc and ubuntu.The program worked fine in ubuntu,but when i tried to compile ...
- 08-16-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
gcc
hi all..
I was working on college assignment,trying to implement HMAC digest using SHA1.
i used C ,gcc and ubuntu.The program worked fine in ubuntu,but when i tried to compile and run it in fedora,it gives me an entire different output!!!!
Is gcc distro dependent?
please help me out guys...
;(
- 08-16-2010 #2
Hi and Welcome !
What output? Is it compilation errors or different output of compiled package?when i tried to compile and run it in fedora,it gives me an entire different output!!!!It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
there are no compiler errors...i get different outputs..
;(
- 08-16-2010 #4
There could be difference in gcc versions.
Execute gcc -v in both distro to check version.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #5


Reply With Quote
