Xytras n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Aug 2005 Posts: 6 Location: Berlin, Germany
|
Posted: Thu Mar 09, 2006 4:44 pm Post subject: Kernel compatibility issues |
|
|
Hi everybody...
I have some c++-code here.
if i compile my program on a 2.4-kernel, everything is fine and working.
BUT (there always is a but...)
if i compile my code on a 2.6 kernel, i am not able to run it on a machine with a 2.4-kernel. that is ok for me
BUT (here it comes again...)
if i run the binary from another program (eg. matlab) (which i suspect has been compiled on a 2.4 kernel) on a machine using a 2.6 kernel, the 2.6-kernel binary messes up the paths just like the 2.4 kernel does when i run the 2.6 binary:
eg. I get output like
Code: |
*** Error: Can't create result directory "/homelve/numerik/...". ***
|
where the path is supposed to be "/home/numerik..."
Did anyone have similar issues or can anyone tell me the reason for this (was this in any way understandable??)? _________________ "A nerd is someone who uses a telephone to talk to other people about telephones." (Douglas Adams) |
|