Hi,

I am not able to link one of my program using g++, so looking forward for some help.

I am having a library(util.lib) and dll(util.dll) file.

I am trying to link my program to the dll and getting undefined reference error where 
as the same thing works if I try in linux environment.

when I try to list the symbols from the dll it returns nothing.
When I try to list the symbos from the library file it returns the symbol for the 
function I am looking for.

I want to know is there any way I can use g++ to link using the library file rather 
than the dll I rememeber in Microsoft Visual c++ we specifiy library file rather than 
dll).


I went through the mailing list and could not found any relevant requirement.


I appreciate ur help in solving my problem.

Thank you


Regards
Marri Devender Rao
Software Engineer
24, Ang Mo Kio Street 65,
Singapore 569061
Phone: 64131381(O), 65833061(H)


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to