Re: [9fans] more porting questions from newbie

2006-03-15 Thread Fernan Bolando
On 3/15/06, Charles Forsyth <[EMAIL PROTECTED]> wrote: > > I found a thread in 9fans archive about undefined _main in .a libs > > ** from 9fans archive *** > > andrey mirtchovski wrote: > >> cc -o ocamlrun prims.o libcamlrun.a > >> _main: undefined: main in _main > >

Re: [9fans] tcl 9p support? (via tcl vfs?)

2006-03-15 Thread Axel Belinfante
eric responded to my question: > > Only recently I discovered that there is vfs support in tcl. > > Any informed opinions on how involved it would be to extend > > it with 9p support? > > A 9P server library in tcl is something I've wanted for some time -- > I'd like 9P server bindings for lots of

Re: [9fans] more porting questions from newbie

2006-03-15 Thread Charles Forsyth
> I found a thread in 9fans archive about undefined _main in .a libs > ** from 9fans archive *** > andrey mirtchovski wrote: >> cc -o ocamlrun prims.o libcamlrun.a >> _main: undefined: main in _main it is complaining that `main' is undefined but called by a function

[9fans] more porting questions from newbie

2006-03-15 Thread Fernan Bolando
I found a thread in 9fans archive about undefined _main in .a libs ** from 9fans archive *** andrey mirtchovski wrote: > cc -o ocamlrun prims.o libcamlrun.a > _main: undefined: main in _main I was able to fix th