Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » umk to generate .o file
icon5.gif  Re: umk to generate .o file [message #41867 is a reply to message #41866] Sat, 01 February 2014 22:34 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3359
Registered: August 2008
Senior Veteran
Hello!

Trick done:
1. Compile dummy project
2. Get .a files. Add a "lib" to the names beginning so Core.a is libCore.a and so on
3. Include the .a files in gcc command, so it is added "-lz -lCore -lWeb"

4. However, gcc complains:
C:/MyProject/lib/libCore.a(z.o):z.cpp:(.text$_ZN3Upp4Zlib4FreeEv+0x14): undefined reference to `inflateEnd'
C:/MyProject/lib/libCore.a(z.o):z.cpp:(.text$_ZN3Upp4Zlib4FreeEv+0x22): undefined reference to `deflateEnd'
...

inflateEnd, deflateEnd and others are defined in z package, deflate.c file.

What could be the problem?


Best regards
IƱaki

[Updated on: Sat, 01 February 2014 22:34]

Report message to a moderator

 
Read Message
Read Message
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FileSel modification for translation
Next Topic: Fixed some Chinese translation in Core.t
Goto Forum:
  


Current Time: Sat May 04 20:36:01 CEST 2024

Total time taken to generate the page: 0.05254 seconds