Re: NEW devel/cflow

2006-07-15 Thread steven mestdagh
Louis Bertrand [2006-07-14, 23:58:07]: http://www.bertrandtech.ca/cflow-20060713.tar.gz it is linking with libiconv and libintl statically. we should use the shared libraries. maybe configure will need some patching. As far as I can see, the configure script is looking for the suffix .so

Re: NEW devel/cflow

2006-07-15 Thread Louis Bertrand
On Sat, 15 Jul 2006, steven mestdagh wrote: Louis Bertrand [2006-07-14, 23:58:07]: http://www.bertrandtech.ca/cflow-20060713.tar.gz it is linking with libiconv and libintl statically. we should use the shared libraries. maybe configure will need some patching. As far as I can see, the

Re: NEW devel/cflow

2006-07-14 Thread steven mestdagh
Louis Bertrand [2006-07-14, 01:11:42]: I would like to submit a port of cflow-1.1, a C program to analyze C source files and print a call graph. This is not the same as cflow 2.x which is a shell script that uses lex and yacc. It's not as comprehensive as cscope, but I find it useful to start

Re: NEW devel/cflow

2006-07-14 Thread Louis Bertrand
steven mestdagh wrote: Louis Bertrand [2006-07-14, 01:11:42]: I would like to submit a port of cflow-1.1, a C program to analyze C source files and print a call graph. This is not the same as cflow 2.x which is a shell script that uses lex and yacc. It's not as comprehensive as cscope, but I

Re: NEW devel/cflow

2006-07-13 Thread Louis Bertrand
On Fri, 14 Jul 2006, steven mestdagh wrote: Louis Bertrand [2006-07-13, 21:39:57]: Hello, I would like to submit a port of cflow-1.1, a C program to analyze C source files and print a call graph. This is not the same as cflow 2.x which is a shell script that uses lex and yacc. It's not as