RE: ld terminated with signal 11 [seg fault]

2006-05-24 Thread Dave Korn
On 23 May 2006 23:22, Michael Williamson wrote: > The linker crashes when I try to compile the > camera software LinuxDevKit.tar for SBIG cameras: > > g++ -I . -L . -Wall -o testapp testmain.cpp > csbigcam.cpp > -csbingimg.cpp -lsbigudrv > collect2: ld terminated with signal 11 [Seg

ld terminated with signal 11 [seg fault]

2006-05-23 Thread Michael Williamson
The linker crashes when I try to compile the camera software LinuxDevKit.tar for SBIG cameras: g++ -I . -L . -Wall -o testapp testmain.cpp csbigcam.cpp -csbingimg.cpp -lsbigudrv collect2: ld terminated with signal 11 [Segmentation fault], core dumped Why does this happened? ___