RE: Compiling error gcc/g77 - MinGW

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jan Robbe wrote:

> When compiling Xwin.c during the creation libPlt.a everything worked
> fine since the X11 libs, which were required by Xwin.c (Xlib.h,
> cursorfont.h, ..), could obviously be found.

But building the Xwin.c didn't actually link the X11 libraries into your static libPlt.a - you still need to link your project against them. Try adding "-lX11" to the end of your compile line.

Rup.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux