Hello!
I want to connect my motorola v3xx to the router!

wvdial make:
[root@asus wvdial-1.60]$ make
Package libwvstreams was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwvstreams.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwvstreams' found
Makefile:10: *** WvStreams does not appear to be installed. Stop.
So i need to compile and install wvstreams.
When i try to compile wvstreams on the router itself, i got a strange gcc bug!

[root@asus wvstreams-4.4.1]$ make
make -C xplc
make[1]: Entering directory `/tmp/disk1/ftp_pub/ipkg/.tmp/wvdial/wvstreams-4.4.1/xplc'
g++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/strtouuid.o xplc-cxx/strtouuid.cpp
xplc-cxx/strtouuid.cpp: In function 'const UUID UuidFromString(const char*)':
xplc-cxx/strtouuid.cpp:118: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [xplc-cxx/strtouuid.o] Error 1
make[1]: Leaving directory `/tmp/disk1/ftp_pub/ipkg/.tmp/wvdial/wvstreams-4.4.1/xplc'
make: *** [xplc] Error 2
And setting up a cross compile environment isnt that easy like with open-wrt.
Because i dont know how to modify the make file for wvstreams.

The funny thing is, the line 118 in the file:
}
So it is the end braket! Dunno whats the bug in here...

So can someone help me or can someone compile the wvdial/wvstreams packages?