Linker error

Linux specific forum
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Linker error

Post by dhouston »

I've just installed PB 4.2b1 on Ubuntu 7.10 using bembulak's instructions from the Sticky in this forum).

When I try to run any example, I get...
  • PureBasic - Linker error
    /usr/bin/ld:ctl1.o:No such file:No such file or directory
    connect2:ld returned 1 exit status
What do I need to do to fix this?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Are you sure it said that? And not crt1.o?
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Post by dhouston »

You're right - it is crt1.o - you can't copy/paste the error dialog.

It's fixed. I needed some other files.
User avatar
oryaaaaa
Addict
Addict
Posts: 831
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

In Ubuntu 8.04

Linker ERROR
~$ locate crt1.o
/usr/lib/Mcrt1.o
/usr/lib/Scrt1.o
/usr/lib/crt1.o
/usr/lib/gcrt1.o

Scintilla Gadget only
** (purebasic:6170): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
--> Clear-style -> Human OK
Scintilla (Ubuntu 8.04)
libstdc++6-4.2-dev
The GNU Standard C++ Library v3 (development files)
Post Reply