Search found 2 matches

by jack
Sat Feb 23, 2008 1:04 am
Forum: SMILE
Topic: How to compile smile?
Replies: 2
Views: 10055

Thank a lot.
by jack
Fri Feb 22, 2008 1:34 am
Forum: SMILE
Topic: How to compile smile?
Replies: 2
Views: 10055

How to compile smile?

I'm a new Linux's programmer.
I have a problem when i try to compile smile.

Detail of my problem.

* I downloaded smile_1_1_linux_gcc_4_1_1.tar.gz

* My machine is ubuntu7.10 and gcc version 4.1.3

* My program as follow (stest.cpp)
#include "smile.h"
int main()
{
DSL_network theNet;
};


* I ...