[gecode-users] no executable file after compiling

Guido Tack tack at ps.uni-sb.de
Thu Aug 13 13:47:08 CEST 2009


amina kemmar wrote:
> thank you for the answer, I changed the version of gecode but now  
> when i execute the commands :
>
> g++ -I<dir>/include -c send-more-money.cpp
> g++ -L<dir>/lib send-more-money.o \
> -lgecodeint -lgecodesearch -lgecodekernel -lgecodesupport
>
> i don't obtain any error, but no executable file generated, there is  
> only the code object file?

The executable is probably called a.out.  You can of course add "-o  
send-more-money" to the second g++ call.  I'll update the tutorial  
accordingly.

Cheers,
	Guido

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ps.uni-sb.de/pipermail/users/attachments/20090813/43a482fb/attachment.htm>


More information about the gecode-users mailing list