Why are there differences when compiling with ./ and ./make in linux?
Posted
by ctyler1
on Stack Overflow
See other posts from Stack Overflow
or by ctyler1
Published on 2010-03-16T00:57:59Z
Indexed on
2010/03/16
0:59 UTC
Read the original article
Hit count: 235
I have a friend who wrote code for a large array with 1,048,576 maximum elements. Everything runs fine when complied using ./make but but when using just ./ we get a segmentation fault. It's obviously not too crucial of a prob to solve. Nonetheless, I am very curious about it. if anyone has seen this or has any Ideas as why...
© Stack Overflow or respective owner