Re: Trouble with -lib in linux "undefined reference to `_Dmain'"

2012-02-29 Thread André
you are right, that was the error. Thanks. Kind regards André Am 29.02.2012 18:27, schrieb Kevin Cox: I think you need the -lib in the linker command (too?). On Feb 29, 2012 12:25 PM, "André" mailto:an...@s-e-a-p.de>> wrote: Hi, I use Mono-D and have a hello world example which compil

Re: Trouble with -lib in linux "undefined reference to `_Dmain'"

2012-02-29 Thread Kevin Cox
I think you need the -lib in the linker command (too?). On Feb 29, 2012 12:25 PM, "André" wrote: > Hi, > I use Mono-D and have a hello world example which compiles fine. > I set the compiler option "-lib" and receives an error "undefined > reference to `_Dmain'". > > Following commands are genera

Trouble with -lib in linux "undefined reference to `_Dmain'"

2012-02-29 Thread André
Hi, I use Mono-D and have a hello world example which compiles fine. I set the compiler option "-lib" and receives an error "undefined reference to `_Dmain'". Following commands are generated for the build process: dmd -c "main.d" -of"/home/user/Dokumente/MonoDevelop/HelloWorld/HelloWorld/obj/