ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Make mongoose example fail (again) #396

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The problem I am having is the reported issue 353, which has a status of 
"fixed". I am using the newest version.

"What steps will reproduce the problem?
1. Get the newest souce code from mongoose.
2. Compile the souce code under the directory "mongoose/examples"

What is the expected output?
The excutable binary "chat" was created
What do you see instead?
Compile error and excutable binary "chat" was created, but hello could
be created.
cc -W -Wall -I.. -pthread -g chat.c ../mongoose.c  $LIBS  -o chat
/tmp/ccV4LqMt.o: In function `load_dll':
/root/rgu/webserver/mongoose/examples/../mongoose.c:3673: undefined reference 
to `dlopen'
/root/rgu/webserver/mongoose/examples/../mongoose.c:3685: undefined reference 
to `dlsym'
collect2: ld returned 1 exit status
"
What version of the product are you using? On what operating system?
I am using mongoose-3.7 on a Debian OS.

Original issue reported on code.google.com by robynhaj...@gmail.com on 29 Apr 2013 at 4:51