On 12-1-2012 21:45, Mark Schafer wrote:
OK I have the latest gcc compiler and installed Bazaar and setup my ssh keys and checked out lp:inkscape-devlibs and lp:inkscape. Compilation proceeded until this error:
Make error line 440: LINK problem: c:/mingw32/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lgomp collect2: ld returned 1 exit status
the last couple of actions were:
##### Target : link ##### link objects and library to create executable --- link / rc ============ cmd ============ windres -o build/inkres.o --include-dir=src src/inkscape.rc ============================= --- link / link ============ cmd ============ mingw32-g++ -o build/inkscape.exe -mwindows -mthreads build\inkres.o [..deleted..] resulting in the error above
line440 of buildtools.cpp did not help me work out what went wrong. Suggestions ?
I think -lgomp is for OpenMP (?). During install of TDM-GCC, did you enable OpenMP support?
(I am in Inkscape's chat channel at this moment to help you out)
Ciao, Johan