<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I've been trying (for quite a number of days) to get a simple addition of my code to compile under NetBSD 9.1 using a few Cairo graphics functions. I know my makefile must be missing something obvious. The installation instructions are poor at best. Here is
the complaints from my compiler (gcc):</div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3280: undefined reference to `cairo_create'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3305: undefined reference to `cairo_image_surface_create'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3306: undefined reference to `cairo_create'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3307: undefined reference to `cairo_set_source_rgba'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3308: undefined reference to `cairo_rectangle'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3309: undefined reference to `cairo_fill'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3311: undefined reference to `cairo_set_source_rgba'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3312: undefined reference to `cairo_rectangle'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3313: undefined reference to `cairo_fill'</span></div>
<div><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3315: undefined reference to `cairo_destroy'</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">ld: /home/byron/working/unix/utilityModules.c:3316: undefined reference to `cairo_surface_destroy'</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Thank you for any help,</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Byron</span></div>
</body>
</html>