Transform

I’ve checked the OpenGL FAQ. If we premultiply the current matrix by a transformation matrix it will transform the object w.r.t the world axis not local space. But gl transformation calls only postmultiply. How can I make a premultiplication ?

Pseudocode:

glLoadMatrix(MyMatrix * glGet(GL_MODELVIEW_MATRIX))