On Mon, 6 Jun 2005, ARUN wrote: > hi folks > here i am fire fighting with a shared memory error in linux platforms > i developed an application in a 32 bit machine, and i ported it in to 64 > bit machine > it was working porperly in 32 bit machine. unfortunately it is not working > properly in 64 bit maching
Hi Arun, I assume you are talking about C or C++ here. Am I correct? You may have many problems there, and not just one. A good place to start is to compile your code with strict warnings, and make sure you do not have any (-Werror). For example, using gcc, use -Wall -Wconversion -Wcast-qual -Wpointer-arith -Wsign-compare -Wcast-align and some other stuff may help as well. If not, you will have to be more specific. Orna. -- Orna Agmon http://ladypine.org/ http://haifux.org/~ladypine/ ICQ: 348759096 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]