[sourcecode] export CFLAGS="%{optflags} -ldl -lpthread" [/sourcecode] to fix [sourcecode] /usr/bin/ld: dynload.o: undefined reference to symbol ‘dlsym@@GLIBC_2.2.5’ /usr/bin/ld: note: ‘dlsym@@GLIBC_2.2.5’ is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line /lib64/libdl.so.2: could not read symbols: Invalid operation collect2: ld returned 1 exit status [/sourcecode]
Category Archives: gerbv
[FEL] 2 gerbv bug fixes crawl as updates
Fedora’s Gerbv (a viewer for RS-274X Gerber files) just got the following two fixes: (fedora related) – fix for broken png export and gerber files examples (2.3.0 stable) -fix for Gerbv segfaults when modifying non existent layer That said, on launching gerbv without any layer, then Edit->”Modify Layer Orientation”, the following dialog box should pop …
New release : gerbv-2.3.0
Gerbv is the open source RS-274X (a.k.a. Gerber) and NC drill (a.k.a. Excellon) file viewer. The lastest release is the 2.3.0 version. It has already been pushed to fedora repositories for F-10 and F-11. Release Notes The following is a summary of the changes which went into gerbv-2.3.0. For a complete list of changes, refer …
Using Fedora's Windows cross compilers
Last week announced the availability of Fedora 11. This new release entails Windows cross-compilers introduced by Fedora’s MinGW Special Interest Group. The aim is to eliminate duplication of work for application developers by providing a range of libraries and development tools which have already been ported to the cross-compiler environment. This means that developers will …
EDA: Temperature Collector
Levente Kovacs shares with us his Temperature Collector project, which he achieved with gEDA/gaf tools. Below you can see the screenshots on pcb and gerbv respectively: You too can share the screenshots of your designs with opensource EDA software.
FEL: gerbv 1.0.3
This is to announce the fourth release in the stable branch of gerbv, 1.0.3 was just built for Fedora and will be available shortly among the updates. This release represents a point release incorporating a few patches made against the 1.0.X source over the last 1 1/2 years. Specific updates include: Incorporate changes from Joost …