Windows shared libraries limitation

2004-01-07 Thread Pascal Obry
If not a solution would be to add an option to GCC for force all such syms into the DATA section. Thoughts ? Let me know if there is a more appropriate mailing-list to discuss this issue. Thanks, Pascal. -- --|------ --| Pascal Obry

Re: texi2dvi problem, uname bug

2003-03-24 Thread Pascal Obry
problem. Pascal. -- --|------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|-- --| http://perso.wanadoo.fr/pascal.obry --| "The best way to travel is by

texi2dvi problem, uname bug

2003-03-24 Thread Pascal Obry
#x27; ;; esac --- 102,108 elif echo "$PATH" | grep ':.*:' 2>/dev/null; then path_sep=':' else ! case "`uname -s 2>/dev/null`" in [Cc][Yy][Gg][Ww][Ii][Nn]*) path_sep=':' ;; *) path_sep = ';' ;;