Light Positioning

In my flight simulator i use gluLookAt to change my view, but the Light position changes with the gluLookAt transformations, so when i move the light source also moves, how can i correct this so the light source stays constant relative to the ground and not to the camera??

Create the lightsource after you call gluLookAt. The lightsource is transformed by the MODELVIEW matrix stack.