Latest Answer: Static libraries can be created as:::gcc -c -Wall a.cgcc -c -Wall b.car -cru libmyrand.a a.o b.oshared libraries can be created as::::gcc -fpic -c a.cgcc -fpic -c b.cgcc -shared a.o b.o -o libmyrand.so ...
Latest Answer: pstack is command to debug core ...
Latest Answer: I am assuming the question is - port 32 bit appl to 64 bit os.This can a simple checklist of things one can check for -1. Int, long will be 64 bits so care should be taken to see if there are any comparisons or allocations that assume a certain fixed ...
View page << Previous 1 2 3 4 [5]

Go Top